Sha256: 423d90238a23c825d435c5f9d6ada5eb3b6e2037b42e2f9d0da0bbe0c0d0d294

Contents?: true

Size: 771 Bytes

Versions: 10

Compression:

Stored size: 771 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>
    <li><%= link_to t('page.edit'), edit_country_path(@country) %></li>
    <li><%= back_to_index(flash[:page_info]) -%></li>
  </ul>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre66 app/views/countries/show.html.erb
enju_biblio-0.1.0.pre65 app/views/countries/show.html.erb
enju_biblio-0.1.0.pre64 app/views/countries/show.html.erb
enju_biblio-0.1.0.pre63 app/views/countries/show.html.erb
enju_biblio-0.1.0.pre62 app/views/countries/show.html.erb
enju_biblio-0.1.0.pre61 app/views/countries/show.html.erb
enju_biblio-0.1.0.pre60 app/views/countries/show.html.erb
enju_biblio-0.1.0.pre59 app/views/countries/show.html.erb
enju_biblio-0.1.0.pre58 app/views/countries/show.html.erb
enju_biblio-0.1.0.pre57 app/views/countries/show.html.erb