forked from bofh/fetsite
16 lines
264 B
Plaintext
Executable File
16 lines
264 B
Plaintext
Executable File
<%= render 'tabs' %>
|
|
<h1><%= I18n.t("rubrik.title")%></h1>
|
|
|
|
<ul class="unstyled" style="max-width:70em">
|
|
<% @neuigkeiten.each do |n| %>
|
|
|
|
<li><%= render n %> </li>
|
|
<% end %>
|
|
</ul>
|
|
|
|
|
|
|
|
<br />
|
|
|
|
<%= link_to 'New Rubrik', new_rubrik_path unless cannot?(:new, Rubrik) %>
|