Tabs eingefügt bei Rubriken

This commit is contained in:
Andreas Stephanides
2013-08-13 22:20:35 +02:00
parent 20f2a15932
commit 746aff8fa4
3 changed files with 23 additions and 9 deletions

View File

@@ -1,6 +1,7 @@
<%= render 'tabs' %>
<h1><%= I18n.t("rubrik.title")%></h1>
<% @rubriken.each do |rubrik| %>
@@ -16,4 +17,4 @@
<br />
<%= link_to 'New Rubrik', new_rubrik_path %>
<%= link_to 'New Rubrik', new_rubrik_path unless cannot?(:new, Rubrik) %>