forked from bofh/fetsite
ADD: Dateieinbindung in TinyMCE für Attachments
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<%= semantic_form_for @attachment do |f| %>
|
||||
<%= semantic_form_for [@thema,@attachment] do |f| %>
|
||||
<%= f.inputs do %>
|
||||
<%= f.input :name %>
|
||||
<%= f.input :datei, :as => :file %>
|
||||
<% end %>
|
||||
|
||||
<%= f.actions do %>
|
||||
|
||||
Reference in New Issue
Block a user