. Open the Pages App Template Editor and open for the "record" template
Search for:
{{if $record->canManageRevisions()}} <li><a href='{$record->url('revisions')}' class='ipsButton ipsButton_verySmall ipsButton_link ipsButton_fullWidth' title="{lang="content_view_revisions"}">{lang="content_view_revisions"}</a></li> {{endif}}
Add below:
{{if $record->canBookmark()}} <li> {template="bookmarkLink" app="bookmark" group="bookmark" location="global" params="$record"} </li> {{endif}}