forked from bofh/fetsite
auth
This commit is contained in:
@@ -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 %>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<h1>Editing neuigkeit</h1>
|
||||
|
||||
<%= %>
|
||||
<%= render 'form' %>
|
||||
|
||||
<%= link_to 'Show', @neuigkeit %> |
|
||||
|
||||
Reference in New Issue
Block a user