Sha256: 9566e9ea9f3ad45613007cd37a8336ec375c82dbd23b3655333d5ac1d1be88e9

Contents?: true

Size: 908 Bytes

Versions: 18

Compression:

Stored size: 908 Bytes

Contents

.large-image.grid_7.omega

.large-info-container.grid_5.alpha.omega
  .large-info-block
    %span.large-info-name.truncate
      = I18n.t('media.filename').capitalize
    %span.large-info-value
      = object.filename
    .clear
  .large-info-block
    %span.large-info-name
      = I18n.t('media.file_type').capitalize
    %span.large-info-value
      = object.file_type.upcase
    .clear
  .large-info-block
    %span.large-info-name
      = I18n.t('media.updated_at').capitalize
    %span.large-info-value
      = object.updated_at.to_s(:short)
    .clear
  .large-info-block
    %span.large-info-name
      = I18n.t('media.size').capitalize
    %span.large-info-value
      = "#{object.size/1024} #{I18n.t('media.byte.kilo')}"
    .clear
  .large-info-block
    %span.large-info-name
      = I18n.t('media.description').capitalize
    %span.large-info-value
      = object.description
    .clear

.clear

Version data entries

18 entries across 6 versions & 1 rubygems

Version Path
forgeos_core-1.9.5.rc2 app/views/admin/attachments/_media.html.haml
forgeos_core-1.9.5.rc2 app/views/admin/attachments/_pdf.html.haml
forgeos_core-1.9.5.rc2 app/views/admin/attachments/_doc.html.haml
forgeos_core-1.9.5.rc1 app/views/admin/attachments/_doc.html.haml
forgeos_core-1.9.5.rc1 app/views/admin/attachments/_media.html.haml
forgeos_core-1.9.5.rc1 app/views/admin/attachments/_pdf.html.haml
forgeos_core-1.9.4 app/views/admin/attachments/_pdf.html.haml
forgeos_core-1.9.4 app/views/admin/attachments/_doc.html.haml
forgeos_core-1.9.4 app/views/admin/attachments/_media.html.haml
forgeos_core-1.9.3 app/views/admin/attachments/_pdf.html.haml
forgeos_core-1.9.3 app/views/admin/attachments/_media.html.haml
forgeos_core-1.9.3 app/views/admin/attachments/_doc.html.haml
forgeos_core-1.9.2 app/views/admin/attachments/_media.html.haml
forgeos_core-1.9.2 app/views/admin/attachments/_doc.html.haml
forgeos_core-1.9.2 app/views/admin/attachments/_pdf.html.haml
forgeos_core-1.9.1 app/views/admin/attachments/_media.html.haml
forgeos_core-1.9.1 app/views/admin/attachments/_pdf.html.haml
forgeos_core-1.9.1 app/views/admin/attachments/_doc.html.haml