Sha256: 9be1ad9c2f7360c862f9eef13bc6b03ec7b05b4e928976571bac2cdc9aae0a56

Contents?: true

Size: 822 Bytes

Versions: 3

Compression:

Stored size: 822 Bytes

Contents

<div id="content_detail" class="ui-corner-all ui-widget-content">
<h1 class="title"><%= t('page.showing', :model => t('activerecord.models.produce_type')) -%></h1>
<div id="content_list">
<p id="notice"><%= notice %></p>

<p>
  <strong><%= t('activerecord.attributes.produce_type.name') -%>:</strong>
  <%= @produce_type.name -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.produce_type.display_name') -%>:</strong>
  <%= @produce_type.display_name.localize -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.produce_type.note') -%>:</strong>
  <%= @produce_type.note -%>
</p>

</div>
</div>

<div id="submenu" class="ui-corner-all ui-widget-content">
  <ul>
    <li><%= link_to t('page.edit'), edit_produce_type_path(@produce_type) -%></li>
    <li><%= back_to_index(flash[:page_info]) -%></li>
  </ul>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre55 app/views/produce_types/show.html.erb
enju_biblio-0.1.0.pre54 app/views/produce_types/show.html.erb
enju_biblio-0.1.0.pre53 app/views/produce_types/show.html.erb