summaryrefslogtreecommitdiffstats
path: root/app/views/admin/_no_data.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/_no_data.rhtml')
-rw-r--r--app/views/admin/_no_data.rhtml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/admin/_no_data.rhtml b/app/views/admin/_no_data.rhtml
new file mode 100644
index 000000000..5d52dc059
--- /dev/null
+++ b/app/views/admin/_no_data.rhtml
@@ -0,0 +1,8 @@
+<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>