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