Sha256: d4ddd9f01ccd5453f9f87ab8d7936f8caed8ba40137bfee6a13616cbaa79b563

Contents?: true

Size: 1.48 KB

Versions: 7

Compression:

Stored size: 1.48 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>
    <%- if can? :update, @bookstore -%>
      <li><%= link_to t('page.edit'), edit_bookstore_path(@bookstore) -%></li>
    <%- end -%>
    <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

7 entries across 7 versions & 1 rubygems

Version Path
enju_library-0.1.2 app/views/bookstores/show.html.erb
enju_library-0.1.1 app/views/bookstores/show.html.erb
enju_library-0.1.0 app/views/bookstores/show.html.erb
enju_library-0.1.0.pre45 app/views/bookstores/show.html.erb
enju_library-0.1.0.pre44 app/views/bookstores/show.html.erb
enju_library-0.1.0.pre43 app/views/bookstores/show.html.erb
enju_library-0.1.0.pre42 app/views/bookstores/show.html.erb