From: Toshi MARUYAMA Date: Wed, 7 Aug 2013 23:48:03 +0000 (+0000) Subject: code format cleanup app/views/projects/index.html.erb X-Git-Tag: 2.4.0~152 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c93dd877e93382b077f23ccebc966dc31b1fd184;p=redmine.git 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 621ffd5f1..504ac0266 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? %>