Sha256: fc82f200e9bb6de7e9258690249e753ea864cff4b9034990a59137c7236c32d7

Contents?: true

Size: 852 Bytes

Versions: 36

Compression:

Stored size: 852 Bytes

Contents

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

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

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

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

</div>
</div>

<div id="submenu" class="ui-corner-all ui-widget-content">
  <ul>
    <%- if policy(@frequency).update? -%>
      <li><%= link_to t('page.edit'), edit_frequency_path(@frequency) -%></li>
    <%- end -%>
    <li><%= back_to_index(flash[:page_info]) -%></li>
  </ul>
</div>

Version data entries

36 entries across 35 versions & 2 rubygems

Version Path
enju_biblio-0.3.18 app/views/frequencies/show.html.erb
enju_biblio-0.3.17 app/views/frequencies/show.html.erb
enju_biblio-0.3.16 app/views/frequencies/show.html.erb
enju_biblio-0.3.15 app/views/frequencies/show.html.erb
enju_biblio-0.3.14 app/views/frequencies/show.html.erb
enju_biblio-0.3.13 app/views/frequencies/show.html.erb
enju_biblio-0.3.12 app/views/frequencies/show.html.erb
enju_biblio-0.3.11 app/views/frequencies/show.html.erb
enju_biblio-0.3.10 app/views/frequencies/show.html.erb
enju_biblio-0.3.10.rc.3 app/views/frequencies/show.html.erb
enju_biblio-0.3.10.rc.2 app/views/frequencies/show.html.erb
enju_biblio-0.3.10.rc.1 app/views/frequencies/show.html.erb
enju_biblio-0.3.9 app/views/frequencies/show.html.erb
enju_biblio-0.3.8 app/views/frequencies/show.html.erb
enju_biblio-0.3.7 app/views/frequencies/show.html.erb
enju_biblio-0.3.6 app/views/frequencies/show.html.erb
enju_biblio-0.3.5 app/views/frequencies/show.html.erb
enju_biblio-0.3.4 app/views/frequencies/show.html.erb
enju_biblio-0.3.3 app/views/frequencies/show.html.erb
enju_biblio-0.3.2 app/views/frequencies/show.html.erb