forked from bofh/fetsite
13 lines
388 B
Plaintext
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>
|