Sha256: 5c9d33aa4d3e057fe66abca66553f1fe58111a1d762fbf61bea267201b02b4bf
Contents?: true
Size: 1.64 KB
Versions: 7
Compression:
Stored size: 1.64 KB
Contents
<div data-role="header"> <a href="javascript:history.back()" data-icon="back" data-iconpos="notext" class="ui-btn-left"><%= t('page.back') %></a> <h1 class="title"><%= t('page.showing', model: t('activerecord.models.shelf')) -%></h1> </div> <div data-role="content"> <p> <strong><%= t('page.attachable') -%>:</strong> <%= link_to h("#{(@picture_file.picture_attachable_type)}/#{(@picture_file.picture_attachable_id)}"), @picture_file.picture_attachable if @picture_file.picture_attachable_type? -%> </p> <p> <strong><%= t('activerecord.attributes.picture_file.picture_file_size') -%>:</strong> <%= @picture_file.picture_file_size -%> </p> <p> <strong><%= t('activerecord.attributes.picture_file.picture_content_type') -%>:</strong> <%= @picture_file.picture_content_type -%> </p> <p> <strong><%= t('activerecord.attributes.picture_file.picture_file_name') -%>:</strong> <%= link_to @picture_file.picture_file_name, picture_file_path(@picture_file, format: :download, size: 'original') -%><br /> <%= render 'picture_files/link', :picture_file => @picture_file %> </p> <p> <strong><%= t('activerecord.attributes.picture_file.width') -%>:</strong> <%= @picture_file.picture.width -%> </p> <p> <strong><%= t('activerecord.attributes.picture_file.height') -%>:</strong> <%= @picture_file.picture.height -%> </p> <p> <strong><%= t('activerecord.attributes.picture_file.picture_fingerprint') -%>:</strong> <%= @picture_file.picture_fingerprint -%> </p> <p> <strong><%= t('activerecord.attributes.picture_file.picture_updated_at') -%>:</strong> <%= l(@picture_file.picture_updated_at) if @picture_file.picture_updated_at -%> </p> </div> </div>
Version data entries
7 entries across 7 versions & 1 rubygems