Sha256: 5f85b58f75ae21d46eba982f7926326d87bfd8464c15b514e868375baaccd98e
Contents?: true
Size: 1.06 KB
Versions: 125
Compression:
Stored size: 1.06 KB
Contents
<div id="content_detail" class="ui-corner-all"> <h1 class="title"><%= t('page.showing', :model => t('activerecord.models.checkout_stat_has_manifestation')) -%></h1> <div id="content_list"> <p id="notice"><%= notice %></p> <p> <strong><%= t('activerecord.models.manifestation_checkout_stat') -%>:</strong> <%= link_to @checkout_stat_has_manifestation.manifestation_checkout_stat.id, @checkout_stat_has_manifestation.manifestation_checkout_stat -%> </p> <p> <strong><%= t('activerecord.models.manifestation') -%>:</strong> <%= link_to @checkout_stat_has_manifestation.manifestation.original_title, @checkout_stat_has_manifestation.manifestation -%> </p> <p> <strong><%= t('activerecord.attributes.checkout_stat_has_manifestation.checkouts_count') -%>:</strong> <%= @checkout_stat_has_manifestation.checkouts_count -%> </p> </div> </div> <div id="submenu" class="ui-corner-all"> <ul> <li><%= link_to t('page.edit'), edit_checkout_stat_has_manifestation_path(@checkout_stat_has_manifestation) -%></li> <li><%= back_to_index(flash[:page_info]) -%></li> </ul> </div>
Version data entries
125 entries across 125 versions & 2 rubygems