diff --git a/rhodecode/templates/admin/gists/show.html b/rhodecode/templates/admin/gists/show.html --- a/rhodecode/templates/admin/gists/show.html +++ b/rhodecode/templates/admin/gists/show.html @@ -38,14 +38,16 @@
${_('Private gist')}
%endif - +
%if c.gist.gist_expires == -1: ${_('Expires')}: ${_('never')} %else: ${_('Expires')}: ${h.age(h.time_to_datetime(c.gist.gist_expires))} %endif - -
${c.gist.gist_description}
+
+
+ ${c.gist.gist_description} +
## only owner should see that %if h.HasPermissionAny('hg.admin')() or c.gist.gist_owner == c.rhodecode_user.user_id: @@ -71,7 +73,8 @@ % for file in c.files:
- ${file.path} + ΒΆ + ${file.path} ##
## ${h.link_to(_('Show as raw'),h.url(''),class_="ui-btn")} ##