Sha256: 410a187b1cbba29e8e0f2a37cbdfacf3225d16889f1fdd7158cf0d865bb798d5

Contents?: true

Size: 959 Bytes

Versions: 11

Compression:

Stored size: 959 Bytes

Contents

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

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

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

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

<div id="submenu" class="ui-corner-all ui-widget-content">
  <ul>
    <li><%= link_to t('page.edit'), edit_item_custom_property_path(@item_custom_property) %></li>
    <li><%= link_to t('page.back'), item_custom_properties_path %></li>
  </ul>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
enju_biblio-0.3.18 app/views/item_custom_properties/show.html.erb
enju_biblio-0.3.17 app/views/item_custom_properties/show.html.erb
enju_biblio-0.3.16 app/views/item_custom_properties/show.html.erb
enju_biblio-0.3.15 app/views/item_custom_properties/show.html.erb
enju_biblio-0.3.14 app/views/item_custom_properties/show.html.erb
enju_biblio-0.3.13 app/views/item_custom_properties/show.html.erb
enju_biblio-0.3.12 app/views/item_custom_properties/show.html.erb
enju_biblio-0.3.11 app/views/item_custom_properties/show.html.erb
enju_biblio-0.3.10 app/views/item_custom_properties/show.html.erb
enju_biblio-0.3.10.rc.3 app/views/item_custom_properties/show.html.erb
enju_biblio-0.3.10.rc.2 app/views/item_custom_properties/show.html.erb