diff --git a/rhodecode/templates/files/files_edit.html b/rhodecode/templates/files/files_edit.html --- a/rhodecode/templates/files/files_edit.html +++ b/rhodecode/templates/files/files_edit.html @@ -6,6 +6,8 @@ <%def name="js_extra()"> + + <%def name="css_extra()"> @@ -54,7 +56,8 @@ ${self.repo_context_bar('files')} % endif -
${_('Editing file')}: ${c.file.unicode_path}
+ + ${h.select('set_mode','plain',[('plain',_('plain'))])}

                 
@@ -68,7 +71,26 @@ ${self.repo_context_bar('files')}
             ${h.end_form()}