diff --git a/rhodecode/templates/admin/gists/new.html b/rhodecode/templates/admin/gists/new.html --- a/rhodecode/templates/admin/gists/new.html +++ b/rhodecode/templates/admin/gists/new.html @@ -7,6 +7,8 @@ <%def name="js_extra()"> + + <%def name="css_extra()"> @@ -37,11 +39,12 @@
-
+
## ${h.text('filename', size=30, placeholder='gistfile1.txt')} ## ${h.select('lifetime', '', c.lifetime_options)} + ${h.select('set_mode','plain',[('plain',_('plain'))])}

@@ -55,7 +58,21 @@
             
${h.end_form()}