Sha256: cec599141075b0ff913d9fda32e63d6c9325916417921db99454f787e8c01a57
Contents?: true
Size: 1.39 KB
Versions: 33
Compression:
Stored size: 1.39 KB
Contents
<div id="content_detail" class="ui-corner-all"> <h1 class="title"><%= t('page.showing', :model => t('activerecord.models.bookstore')) -%></h1> <div id="content_list"> <p id="notice"><%= notice %></p> <p> <strong><%= t('activerecord.attributes.bookstore.name') -%>:</strong> <%= @bookstore.name -%> </p> <p> <strong><%= t('activerecord.attributes.bookstore.zip_code') -%>:</strong> <%= @bookstore.zip_code -%> </p> <p> <strong><%= t('activerecord.attributes.bookstore.address') -%>:</strong> <%= @bookstore.address -%> </p> <p> <strong><%= t('activerecord.attributes.bookstore.telephone_number') -%>:</strong> <%= @bookstore.telephone_number -%> </p> <p> <strong><%= t('activerecord.attributes.bookstore.fax_number') -%>:</strong> <%= @bookstore.fax_number -%> </p> <p> <strong><%= t('activerecord.attributes.bookstore.url') -%>:</strong> <%= link_to @bookstore.url, @bookstore.url if @bookstore.url? -%> </p> <p> <strong><%= t('activerecord.attributes.bookstore.note') -%>:</strong> <%= @bookstore.note -%> </p> </div> </div> <div id="submenu" class="ui-corner-all"> <ul> <li><%= link_to t('page.edit'), edit_bookstore_path(@bookstore) -%></li> <li><%= back_to_index(flash[:page_info]) -%></li> <% if defined?(EnjuPurchaseRequest) %> <li><%= link_to t('activerecord.models.order_list'), bookstore_order_lists_path(@bookstore) -%></li> <% end %> </ul> </div>
Version data entries
33 entries across 33 versions & 1 rubygems