diff --git a/rhodecode/templates/admin/gists/gist_edit.mako b/rhodecode/templates/admin/gists/gist_edit.mako index 8b0528d3..2cfe00c6 100644 --- a/rhodecode/templates/admin/gists/gist_edit.mako +++ b/rhodecode/templates/admin/gists/gist_edit.mako @@ -56,7 +56,7 @@

-                      
+                      
                   
diff --git a/rhodecode/templates/admin/gists/gist_show.mako b/rhodecode/templates/admin/gists/gist_show.mako index 9d876374..32e99483 100644 --- a/rhodecode/templates/admin/gists/gist_show.mako +++ b/rhodecode/templates/admin/gists/gist_show.mako @@ -43,7 +43,7 @@
## only owner should see that - ${_('Copy content')} + ${_('Copy content')} %if c.is_super_admin or c.gist.gist_owner == c.rhodecode_user.user_id: ${h.link_to(_('Edit'), h.route_path('gist_edit', gist_id=c.gist.gist_access_id), class_="btn btn-mini")}