# HG changeset patch # User Marcin Kuzminski # Date 2019-12-05 14:15:33 # Node ID 9987e5fdf3fd3b1c91c227de9710e3945b2aba9d # Parent 1085ccabbdb2de6e525fa45e857f6a564c1a2bb9 gists: move update button to the left as other forms has action buttons on the left. 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 @@ -95,7 +95,7 @@ %endfor -
+
${h.submit('update',_('Update Gist'),class_="btn btn-success")} ${_('Cancel')}