Intern Bereich

This commit is contained in:
Andreas Stephanides
2014-05-02 18:54:50 +02:00
parent ef62b73b2d
commit c713a44884
8 changed files with 42 additions and 13 deletions

View File

@@ -0,0 +1,10 @@
<h1> FET Intern NEU </h1>
<h2>Neuigkeiten</h2>
<ul class="unstyled linkbox-list" style="max-width:70em">
<% @neuigkeiten.each do |n| %>
<li><%= render n if can?(:show, n) %> </li>
<% end %>
</ul>
<h2></h2>