mehrere Termine je neuigkeit

This commit is contained in:
Andreas Stephanides
2013-11-13 12:50:04 +01:00
parent 0b6ed94662
commit e62f5a2600
18 changed files with 69 additions and 26 deletions

View File

@@ -3,7 +3,9 @@
<%= f.input :name %>
<%= f.input :desc %>
<%= f.input :prio %>
<%= f.input :public %>
<%= f.input :public %>
<% end %>
<%= f.actions do %>

View File

@@ -25,10 +25,9 @@
<% end %>
<br>
<%= link_to 'Verwalten', verwalten_rubrik_path(@rubrik) %> |
<%= link_to '<i class="icon-plus-sign"></i>'.html_safe+"Neuer Artikel", new_rubrik_neuigkeit_path(@rubrik) %>
<%= render 'layouts/pretty_toolbar', :object=> @toolbar_elements %>
<%= toolbar_html(@toolbar_elements)%>