Browse Source

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
tags/2.4.0
Toshi MARUYAMA 11 years ago
parent
commit
c93dd877e9
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      app/views/projects/index.html.erb

+ 2
- 2
app/views/projects/index.html.erb 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? %>

Loading…
Cancel
Save