summaryrefslogtreecommitdiffstats
path: root/app/views/admin
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/_no_data.html.erb2
-rw-r--r--app/views/admin/projects.html.erb2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/_no_data.html.erb b/app/views/admin/_no_data.html.erb
index 5d52dc059..8ad39b197 100644
--- a/app/views/admin/_no_data.html.erb
+++ b/app/views/admin/_no_data.html.erb
@@ -1,5 +1,5 @@
<div class="nodata">
-<% form_tag({:action => 'default_configuration'}) do %>
+<%= 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) %>
diff --git a/app/views/admin/projects.html.erb b/app/views/admin/projects.html.erb
index 33d1d8818..6525f8ea5 100644
--- a/app/views/admin/projects.html.erb
+++ b/app/views/admin/projects.html.erb
@@ -4,7 +4,7 @@
<h2><%=l(:label_project_plural)%></h2>
-<% form_tag({}, :method => :get) do %>
+<%= form_tag({}, :method => :get) do %>
<fieldset><legend><%= l(:label_filter_plural) %></legend>
<label for='status'><%= l(:field_status) %> :</label>
<%= select_tag 'status', project_status_options_for_select(@status), :class => "small", :onchange => "this.form.submit(); return false;" %>