This commit is contained in:
Andreas Stephanides
2013-08-15 12:44:04 +02:00
parent 9509c163b7
commit 8b33dd27a4
3 changed files with 17 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
<%= f.input :text, :as=>:tinymce_text %>
<%= f.input :datum %>
<%= f.input :rubrik, :as=>:radio, :collection=>Rubrik.all %>
<%= f.input :author, :as=>:radio %>
<% end %>
<%= f.actions do %>

View File

@@ -1,5 +1,5 @@
<h1>Editing neuigkeit</h1>
<%= %>
<%= render 'form' %>
<%= link_to 'Show', @neuigkeit %> |