Show More
@@ -52,6 +52,8 b'' | |||
|
52 | 52 | %endif |
|
53 | 53 | <div class="buttons"> |
|
54 | 54 | ## only owner should see that |
|
55 | <a href="#copySource" onclick="return false;" class="btn btn-mini icon-clipboard clipboard-action" data-clipboard-text="${c.files[0].content}">${_('Copy Content')}</a> | |
|
56 | ||
|
55 | 57 |
|
|
56 | 58 | ${h.link_to(_('Edit'), h.route_path('gist_edit', gist_id=c.gist.gist_access_id), class_="btn btn-mini")} |
|
57 | 59 | %endif |
General Comments 0
You need to be logged in to leave comments.
Login now