XF 1.4 How to move "Watch Thread" to bottom

NeoCHI

Active member
Hi guys, Can someone help me figure out how to move the "Watch Thread" link in the thread_view template to the bottom where the "Post Reply", "Upload a File" and "More Options..." buttons are.

For some reason I can't find those buttons on the bottom in the thread_view template...
 
For some reason I can't find those buttons on the bottom in the thread_view template...
They are from another template which is included:
HTML:
<xen:include template="share_page">
    <xen:set var="$url">{xen:link 'canonical:threads', $thread}</xen:set>
</xen:include>
 
Top Bottom