diff options
Diffstat (limited to 'app/views/admin/projects.html.erb')
-rw-r--r-- | app/views/admin/projects.html.erb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/admin/projects.html.erb b/app/views/admin/projects.html.erb index 00c13d581..b7b198973 100644 --- a/app/views/admin/projects.html.erb +++ b/app/views/admin/projects.html.erb @@ -2,7 +2,7 @@ <%= link_to l(:label_project_new), {:controller => 'projects', :action => 'new'}, :class => 'icon icon-add' %> </div> -<h2><%=l(:label_project_plural)%></h2> +<%= title l(:label_project_plural) %> <%= form_tag({}, :method => :get) do %> <fieldset><legend><%= l(:label_filter_plural) %></legend> @@ -41,5 +41,3 @@ </tbody> </table> </div> - -<% html_title(l(:label_project_plural)) -%> |