##// END OF EJS Templates
code format cleanup app/views/projects/index.html.erb...
Toshi MARUYAMA -
r11860:c93dd877e933
parent child
Show More
@@ -11,10 +11,10
11 11 :id => nil } %>
12 12 </div>
13 13
14 <h2><%=l(:label_project_plural)%></h2>
14 <h2><%= l(:label_project_plural) %></h2>
15 15
16 16 <div id="projects-index">
17 <%= render_project_hierarchy(@projects)%>
17 <%= render_project_hierarchy(@projects) %>
18 18 </div>
19 19
20 20 <% if User.current.logged? %>
General Comments 0
You need to be logged in to leave comments. Login now