Project overview page
This commit is contained in:
parent
01b8494f18
commit
0e6b0d7e43
8 changed files with 80 additions and 1 deletions
3
layouts/project_list.erb
Normal file
3
layouts/project_list.erb
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<% @projects.each do |prj| %>
|
||||
<%= render 'project_intro', :project => prj, :classes => "hyphenate", :extended => @extended %>
|
||||
<% end %>
|
||||
Loading…
Add table
Add a link
Reference in a new issue