##// 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 :id => nil } %>
11 :id => nil } %>
12 </div>
12 </div>
13
13
14 <h2><%=l(:label_project_plural)%></h2>
14 <h2><%= l(:label_project_plural) %></h2>
15
15
16 <div id="projects-index">
16 <div id="projects-index">
17 <%= render_project_hierarchy(@projects)%>
17 <%= render_project_hierarchy(@projects) %>
18 </div>
18 </div>
19
19
20 <% if User.current.logged? %>
20 <% if User.current.logged? %>
General Comments 0
You need to be logged in to leave comments. Login now