Sha256: 9f37e0b19e999c07a080c865d55020745072f29b14fcb68b97cd47cb405c5652

Contents?: true

Size: 1.48 KB

Versions: 40

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 policy(@bookstore).update? -%>
      <li><%= link_to t('page.edit'), edit_bookstore_path(@bookstore) -%></li>
    <%- end -%>
    <li><%= link_to t('page.back'), :back -%></li>
    <% if defined?(EnjuPurchaseRequest) %>
      <li><%= link_to t('activerecord.models.order_list'), bookstore_order_lists_path(@bookstore) -%></li>
    <% end %>
  </ul>
</div>

Version data entries

40 entries across 38 versions & 2 rubygems

Version Path
enju_library-0.3.0.beta.2 app/views/bookstores/show.html.erb
enju_library-0.2.5 app/views/bookstores/show.html.erb
enju_library-0.2.4 app/views/bookstores/show.html.erb
enju_library-0.2.3 app/views/bookstores/show.html.erb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/enju_library-0.2.2/app/views/bookstores/show.html.erb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/bundler/gems/enju_library-d36f415e177e/app/views/bookstores/show.html.erb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/enju_library-0.2.1/app/views/bookstores/show.html.erb
enju_library-0.2.2 app/views/bookstores/show.html.erb
enju_library-0.2.1 app/views/bookstores/show.html.erb
enju_library-0.2.0 app/views/bookstores/show.html.erb
enju_library-0.2.0.beta.10 app/views/bookstores/show.html.erb
enju_library-0.2.0.beta.9 app/views/bookstores/show.html.erb
enju_library-0.2.0.beta.8 app/views/bookstores/show.html.erb
enju_library-0.2.0.beta.7 app/views/bookstores/show.html.erb
enju_library-0.2.0.beta.6 app/views/bookstores/show.html.erb
enju_library-0.2.0.beta.5 app/views/bookstores/show.html.erb
enju_library-0.2.0.beta.4 app/views/bookstores/show.html.erb
enju_library-0.2.0.beta.3 app/views/bookstores/show.html.erb
enju_library-0.2.0.beta.2 app/views/bookstores/show.html.erb
enju_library-0.2.0.beta.1 app/views/bookstores/show.html.erb