diff --git a/rhodecode/templates/admin/gists/gist_edit.mako b/rhodecode/templates/admin/gists/gist_edit.mako --- 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 --- 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")}