Sha256: e7910beabd0405d9989f9652306b304775f6e9ae5b21a88ccb4c518cf12f22aa

Contents?: true

Size: 907 Bytes

Versions: 7

Compression:

Stored size: 907 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>
    <%- if can? :update, @use_restriction -%>
      <li><%= link_to t('page.edit'), edit_use_restriction_path(@use_restriction) -%></li>
    <%- end -%>
    <li><%= back_to_index(flash[:page_info]) -%></li>
  </ul>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
enju_circulation-0.1.2 app/views/use_restrictions/show.html.erb
enju_circulation-0.1.1 app/views/use_restrictions/show.html.erb
enju_circulation-0.1.0 app/views/use_restrictions/show.html.erb
enju_circulation-0.1.0.pre49 app/views/use_restrictions/show.html.erb
enju_circulation-0.1.0.pre48 app/views/use_restrictions/show.html.erb
enju_circulation-0.1.0.pre47 app/views/use_restrictions/show.html.erb
enju_circulation-0.1.0.pre46 app/views/use_restrictions/show.html.erb