Sha256: 9857a06e28cc046680c55997bc5fce9d43e719ed9d81345b75c88db3e3d77e93
Contents?: true
Size: 931 Bytes
Versions: 125
Compression:
Stored size: 931 Bytes
Contents
<div id="content_detail" class="ui-corner-all"> <h1 class="title"><%= t('page.showing', :model => t('activerecord.models.reserve_stat_has_user')) -%></h1> <div id="content_list"> <p id="notice"><%= notice %></p> <p> <strong><%= t('activerecord.models.user_reserve_stat') -%></strong> <%= link_to @reserve_stat_has_user.user_reserve_stat.id, @reserve_stat_has_user.user_reserve_stat -%> </p> <p> <strong><%= t('activerecord.models.user') -%></strong> <%= link_to @reserve_stat_has_user.user.username, @reserve_stat_has_user.user -%> </p> <p> <strong><%= t('activerecord.attributes.reserve_stat_has_user.reserves_count') -%></strong> <%= @reserve_stat_has_user.reserves_count -%> </p> </div> </div> <div id="submenu" class="ui-corner-all"> <ul> <li><%= link_to t('page.edit'), edit_reserve_stat_has_user_path(@reserve_stat_has_user) -%></li> <li><%= back_to_index(flash[:page_info]) -%></li> </ul> </div>
Version data entries
125 entries across 125 versions & 2 rubygems