Sha256: 13edc435a3544584175ca3d0d1e8a116c5a781484c9dcdc8cb1b52e387f6b60f

Contents?: true

Size: 504 Bytes

Versions: 6

Compression:

Stored size: 504 Bytes

Contents

tr
  td =attachment
  td =attachment.description
  td =attachment.asset_file_name
  td =attachment.asset_content_type
  td =number_to_human_size attachment.asset_file_size
  td
    = link_to ("<i class='icon-white icon-download'></i>").html_safe, [:download, attachment], class: 'btn btn-mini btn-success', style: 'margin-right:5px'
    =ajax_link_to_edit [:edit, attachment], id: 'exam-portion-attachment-delete'
    =ajax_link_to_delete [:soft_delete, attachment], id: 'exam-portion-attachment-delete'

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
gaku_core-0.0.3 app/views/gaku/shared/fields/_attachment_fields.html.slim
gaku-0.0.3 core/app/views/gaku/shared/fields/_attachment_fields.html.slim
gaku-0.0.2 core/app/views/gaku/shared/fields/_attachment_fields.html.slim
gaku_core-0.0.2 app/views/gaku/shared/fields/_attachment_fields.html.slim
gaku-0.0.1 core/app/views/gaku/shared/fields/_attachment_fields.html.slim
gaku_core-0.0.1 app/views/gaku/shared/fields/_attachment_fields.html.slim