Sha256: ca6fdd7c2d148782768450981eafe508dddbfc1f441639e45bc60f436d4df3e0
Contents?: true
Size: 1.15 KB
Versions: 20
Compression:
Stored size: 1.15 KB
Contents
<div id="content_detail" class="ui-corner-all"> <h1 class="title"><%= t('page.showing', :model => t('activerecord.models.order_list')) -%></h1> <div id="content_list"> <p id="notice"><%= notice %></p> <p> <strong><%= t('activerecord.models.user') -%>:</strong> <%= link_to @order_list.user.username, @order_list.user -%> </p> <p> <strong><%= t('activerecord.attributes.order_list.title') -%>:</strong> <%= @order_list.title -%> </p> <p> <strong><%= t('activerecord.models.bookstore') -%>:</strong> <%= link_to @order_list.bookstore.name, @order_list.bookstore -%> </p> <p> <strong><%= t('activerecord.attributes.order_list.ordered_at') -%>:</strong> <%= l(@order_list.ordered_at) if @order_list.ordered_at -%> </p> <p> <strong><%= t('activerecord.attributes.order_list.note') -%>:</strong> <%= @order_list.note -%> </p> </div> </div> <div id="submenu" class="ui-corner-all"> <ul> <li><%= link_to t('activerecord.models.purchase_request'), order_list_purchase_requests_path(@order_list) -%></li> <li><%= link_to t('page.edit'), edit_order_list_path(@order_list) -%></li> <li><%= back_to_index(flash[:page_info]) -%></li> </ul> </div>
Version data entries
20 entries across 20 versions & 1 rubygems