Framework CCCS page
This commit is contained in:
parent
09aba964a9
commit
8f812ab935
319 changed files with 24165 additions and 50 deletions
8
layouts/project_list.erb
Normal file
8
layouts/project_list.erb
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<% @projects.each do |prj| %>
|
||||
<div class="span8">
|
||||
<%= render 'item_intro', :item => prj, :h => 'h2', :extended => @extended %>
|
||||
<p>
|
||||
<a href="<%= prj.path() %>">Zur Projektseite</a>
|
||||
<hr>
|
||||
</div>
|
||||
<% end %>
|
||||
Loading…
Add table
Add a link
Reference in a new issue