Sha256: 3f30b1b68bb033cd0487d76bbc2646db260b38825ad5d32c301cadc7881e8634

Contents?: true

Size: 843 Bytes

Versions: 9

Compression:

Stored size: 843 Bytes

Contents

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

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

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

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

</div>
</div>

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
enju_circulation-0.1.0.pre45 app/views/use_restrictions/show.html.erb
enju_circulation-0.1.0.pre44 app/views/use_restrictions/show.html.erb
enju_circulation-0.1.0.pre43 app/views/use_restrictions/show.html.erb
enju_circulation-0.1.0.pre42 app/views/use_restrictions/show.html.erb
enju_circulation-0.1.0.pre41 app/views/use_restrictions/show.html.erb
enju_circulation-0.1.0.pre40 app/views/use_restrictions/show.html.erb
enju_circulation-0.1.0.pre39 app/views/use_restrictions/show.html.erb
enju_circulation-0.1.0.pre38 app/views/use_restrictions/show.html.erb
enju_circulation-0.1.0.pre37 app/views/use_restrictions/show.html.erb