# HG changeset patch # User RhodeCode Admin # Date 2023-12-18 08:16:24 # Node ID 8b86360e7d05ab9a66908122a9fcef3b32d1bc4b # Parent fd3fdcb764f8cd085838c331be0d40eeba1db7be fix(gists): fixed bytes content returned in edit/copy content itemsĀ§ 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")}