Sha256: b95f01572c28ca1e15bae3792d62370a94652da18561a57bebd56ddf31265392

Contents?: true

Size: 251 Bytes

Versions: 2

Compression:

Stored size: 251 Bytes

Contents

module FileAttachmentsHelper

  def description_display(file_attachment)
    content_tag :p, :id => "file_attachment_#{file_attachment.id}_description", :style => "max-width: 70%; float: right;" do
      file_attachment.description
    end
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
file_share-0.1.1 app/helpers/file_attachments_helper.rb
file_share-0.1.0 app/helpers/file_attachments_helper.rb