##// END OF EJS Templates
rename .rhtml to .html.erb of app/views/admin/projects.rhtml....
rename .rhtml to .html.erb of app/views/admin/projects.rhtml. :rhtml and :rxml were finally removed as template handlers at Rails 3.1 RC4. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6550 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1027:c9fd7513edd0
r6430:0764430620a8
Show More
_no_data.rhtml
8 lines | 351 B | text/html+ruby | RhtmlLexer
<div class="nodata">
<% form_tag({:action => 'default_configuration'}) do %>
<%= simple_format(l(:text_no_configuration_data)) %>
<p><%= l(:field_language) %>:
<%= select_tag 'lang', options_for_select(lang_options_for_select(false), current_language.to_s) %>
<%= submit_tag l(:text_load_default_configuration) %></p>
<% end %>
</div>