Files
fetsite/app/views/themen/_attachment_verwalten.html.erb
Andreas Stephanides 5c8b8dcfe6 fixes
2015-02-14 17:26:37 +01:00

13 lines
388 B
Plaintext

<div>
<b>Titlepics</b>
<% @thema.titlepics.each do |tp| %>
<%= link_to image_tag(tp.datei.thumb.url) , set_titlepic_thema_attachment_path(tp.thema,tp,:params=>{:titlepic=>false}) %>
<% end %></div>
<b> List </b>
<%= render partial: "themen/attachment_list", object:@thema.attachments ,locals: {:editor => true}%>
<div>
<b>Form</b>
<%= render :partial=>"attachments/form_bulk" %>
</div>