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
This commit is contained in:
Toshi MARUYAMA 2013-08-07 23:48:03 +00:00
parent e05f54819b
commit c93dd877e9
1 changed files with 2 additions and 2 deletions

View File

@ -11,10 +11,10 @@
:id => nil } %>
</div>
<h2><%=l(:label_project_plural)%></h2>
<h2><%= l(:label_project_plural) %></h2>
<div id="projects-index">
<%= render_project_hierarchy(@projects)%>
<%= render_project_hierarchy(@projects) %>
</div>
<% if User.current.logged? %>