Sha256: 2f9ab7cdca294f68c5375489f4205e2829561e87300e6ee172e8ce9fd379a5d3
Contents?: true
Size: 967 Bytes
Versions: 1
Compression:
Stored size: 967 Bytes
Contents
<div id="content_detail" class="ui-corner-all ui-widget-content"> <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 ui-widget-content"> <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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
enju_circulation-0.1.0.pre36 | app/views/reserve_stat_has_users/show.html.erb |