Sha256: 8d37d0f1c6a081bf534de766913e019c7468544347dbb0a2ec894f4f3218aab2

Contents?: true

Size: 828 Bytes

Versions: 36

Compression:

Stored size: 828 Bytes

Contents

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

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

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

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

</div>
</div>

<div id="submenu" class="ui-corner-all ui-widget-content">
  <ul>
    <%- if policy(@country).update? %>
      <li><%= link_to t('page.edit'), edit_country_path(@country) %></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/countries/show.html.erb
enju_biblio-0.3.17 app/views/countries/show.html.erb
enju_biblio-0.3.16 app/views/countries/show.html.erb
enju_biblio-0.3.15 app/views/countries/show.html.erb
enju_biblio-0.3.14 app/views/countries/show.html.erb
enju_biblio-0.3.13 app/views/countries/show.html.erb
enju_biblio-0.3.12 app/views/countries/show.html.erb
enju_biblio-0.3.11 app/views/countries/show.html.erb
enju_biblio-0.3.10 app/views/countries/show.html.erb
enju_biblio-0.3.10.rc.3 app/views/countries/show.html.erb
enju_biblio-0.3.10.rc.2 app/views/countries/show.html.erb
enju_biblio-0.3.10.rc.1 app/views/countries/show.html.erb
enju_biblio-0.3.9 app/views/countries/show.html.erb
enju_biblio-0.3.8 app/views/countries/show.html.erb
enju_biblio-0.3.7 app/views/countries/show.html.erb
enju_biblio-0.3.6 app/views/countries/show.html.erb
enju_biblio-0.3.5 app/views/countries/show.html.erb
enju_biblio-0.3.4 app/views/countries/show.html.erb
enju_biblio-0.3.3 app/views/countries/show.html.erb
enju_biblio-0.3.2 app/views/countries/show.html.erb