Sha256: 4d0cb29c73c11596970435ab22ebd12995873e175e0d5c1cf5b7c34998be3508
Contents?: true
Size: 590 Bytes
Versions: 15
Compression:
Stored size: 590 Bytes
Contents
- if Radiant::Config['forum.allow_attachments?'] && f - post ||= f.object .upload_stack %ul.attachments - post.attachments.each do |att| - f.fields_for :attachments, att do |af| = render :partial => 'posts/attachment', :object => att, :locals => {:af => af} %ul.uploads .selector - new_attachment = post.attachments.build - f.fields_for :attachments, new_attachment do |naf| = render :partial => 'posts/new_attachment', :object => new_attachment, :locals => {:naf => naf} .addfile = link_to t('attach_file'), "#"
Version data entries
15 entries across 15 versions & 1 rubygems