szurubooru/client/html/post_detail.tpl

13 lines
556 B
Smarty
Raw Permalink Normal View History

2016-10-22 10:03:38 +02:00
<div class='content-wrapper' id='post'>
<h1>Post #<%- ctx.post.id %></h1>
<nav class='buttons'><!--
--><ul><!--
--><li><a href='<%- ctx.formatClientLink('post', ctx.post.id) %>'><i class='fa fa-reply'></i> Main view</a></li><!--
2016-10-22 10:03:38 +02:00
--><% if (ctx.canMerge) { %><!--
--><li data-name='merge'><a href='<%- ctx.formatClientLink('post', ctx.post.id, 'merge') %>'>Merge with&hellip;</a></li><!--
2016-10-22 10:03:38 +02:00
--><% } %><!--
--></ul><!--
--></nav>
<div class='post-content-holder'></div>
</div>