From c93dd877e93382b077f23ccebc966dc31b1fd184 2013-08-07 23:48:03 From: Toshi MARUYAMA Date: 2013-08-07 23:48:03 Subject: [PATCH] code format cleanup app/views/projects/index.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12090 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/projects/index.html.erb b/app/views/projects/index.html.erb index 621ffd5..504ac02 100644 --- a/app/views/projects/index.html.erb +++ b/app/views/projects/index.html.erb @@ -11,10 +11,10 @@ :id => nil } %> -

<%=l(:label_project_plural)%>

+

<%= l(:label_project_plural) %>

-<%= render_project_hierarchy(@projects)%> +<%= render_project_hierarchy(@projects) %>
<% if User.current.logged? %>