annotate .svn/pristine/a2/a27c3b5814ea1895f7ea3d02838df38fe1a7358a.svn-base @ 1354:fc0fecf09eb9
bug_635
Restore our original repos settings page. But I don't think this is going to work well with the new routes configuration
author |
Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
date |
Thu, 18 Jul 2013 11:18:35 +0100 |
parents |
cbb26bc654de |
children |
|
rev |
line source |
Chris@909
|
1 <div class="nodata">
|
Chris@909
|
2 <% form_tag({:action => 'default_configuration'}) do %>
|
Chris@909
|
3 <%= simple_format(l(:text_no_configuration_data)) %>
|
Chris@909
|
4 <p><%= l(:field_language) %>:
|
Chris@909
|
5 <%= select_tag 'lang', options_for_select(lang_options_for_select(false), current_language.to_s) %>
|
Chris@909
|
6 <%= submit_tag l(:text_load_default_configuration) %></p>
|
Chris@909
|
7 <% end %>
|
Chris@909
|
8 </div>
|