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

Version Path
enju_library-0.1.0.pre32 app/views/bookstores/show.html.erb
enju_library-0.1.0.pre31 app/views/bookstores/show.html.erb
enju_library-0.1.0.pre30 app/views/bookstores/show.html.erb
enju_library-0.1.0.pre29 app/views/bookstores/show.html.erb
enju_library-0.1.0.pre28 app/views/bookstores/show.html.erb
enju_library-0.1.0.pre27 app/views/bookstores/show.html.erb
enju_library-0.1.0.pre26 app/views/bookstores/show.html.erb
enju_library-0.1.0.pre25 app/views/bookstores/show.html.erb
enju_library-0.1.0.pre24 app/views/bookstores/show.html.erb
enju_library-0.1.0.pre23 app/views/bookstores/show.html.erb
enju_library-0.1.0.pre22 app/views/bookstores/show.html.erb
enju_library-0.1.0.pre21 app/views/bookstores/show.html.erb
enju_library-0.1.0.pre20 app/views/bookstores/show.html.erb
enju_library-0.1.0.pre19 app/views/bookstores/show.html.erb
enju_library-0.1.0.pre18 app/views/bookstores/show.html.erb
enju_library-0.1.0.pre17 app/views/bookstores/show.html.erb
enju_library-0.1.0.pre16 app/views/bookstores/show.html.erb
enju_library-0.1.0.pre15 app/views/bookstores/show.html.erb
enju_library-0.1.0.pre14 app/views/bookstores/show.html.erb
enju_library-0.1.0.pre13 app/views/bookstores/show.html.erb