diff --git a/app/views/themen/verwalten.html.erb b/app/views/themen/verwalten.html.erb new file mode 100644 index 0000000..041efab --- /dev/null +++ b/app/views/themen/verwalten.html.erb @@ -0,0 +1,24 @@ +

<%= notice %>

+ +

<%= @thema.title %>

+

+ <%= raw(@thema.text) %> +

+ + +<%= render :partial=>'layouts/pretty_toolbar' %> + +<%= render :partial=>'themen/fragen' %> + +
+ +

<%= I18n.t('attachment.title')%>:

+
+
+<%= link_to new_thema_attachment_path(@thema) ,:remote=>true do %> new Attachment <% end %> +<%= render :partial => "themen/select", :object => @thema, :locals=>{:editor => :false} %>