forked from bofh/fetsite
12 lines
200 B
Plaintext
Executable File
12 lines
200 B
Plaintext
Executable File
<%= render 'tabs' %>
|
|
<h1><%= I18n.t("rubrik.title")%></h1>
|
|
|
|
<ul class="unstyled linkbox-list" style="max-width:70em">
|
|
<% @neuigkeiten.each do |n| %>
|
|
<li><%= render n %> </li>
|
|
<% end %>
|
|
</ul>
|
|
|
|
|
|
|