Sha256: c81d160794a131d90aa1ab62958fd002fa17fa69948c74785b458409d45da814

Contents?: true

Size: 1.42 KB

Versions: 8

Compression:

Stored size: 1.42 KB

Contents

<div id="content_detail" class="ui-corner-all ui-widget-content">
<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 ui-widget-content">
  <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

8 entries across 8 versions & 1 rubygems

Version Path
enju_library-0.1.0.pre41 app/views/bookstores/show.html.erb
enju_library-0.1.0.pre40 app/views/bookstores/show.html.erb
enju_library-0.1.0.pre39 app/views/bookstores/show.html.erb
enju_library-0.1.0.pre38 app/views/bookstores/show.html.erb
enju_library-0.1.0.pre37 app/views/bookstores/show.html.erb
enju_library-0.1.0.pre36 app/views/bookstores/show.html.erb
enju_library-0.1.0.pre35 app/views/bookstores/show.html.erb
enju_library-0.1.0.pre34 app/views/bookstores/show.html.erb