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