##// END OF EJS Templates
gists: move update button to the left as other forms has action buttons on the left.
marcink -
r4125:9987e5fd default
parent child Browse files
Show More
@@ -95,7 +95,7 b''
95 95 %endfor
96 96 <input type="hidden" name="__end__" />
97 97
98 <div class="pull-right">
98 <div class="pull-left">
99 99 ${h.submit('update',_('Update Gist'),class_="btn btn-success")}
100 100 <a class="btn" href="${h.route_path('gist_show', gist_id=c.gist.gist_access_id)}">${_('Cancel')}</a>
101 101 </div>
General Comments 0
You need to be logged in to leave comments. Login now