Sha256: 4551a0ea6ab10b42cdc644d864a550c3d6d3c8f936b0661c52ed652551e20b2d

Contents?: true

Size: 634 Bytes

Versions: 61

Compression:

Stored size: 634 Bytes

Contents

<div id="content_detail" class="ui-corner-all">
<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>

</div>
</div>

<div id="submenu" class="ui-corner-all">
  <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

61 entries across 61 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre52 app/views/countries/show.html.erb
enju_biblio-0.1.0.pre51 app/views/countries/show.html.erb
enju_biblio-0.1.0.pre50 app/views/countries/show.html.erb
enju_biblio-0.1.0.pre49 app/views/countries/show.html.erb
enju_biblio-0.1.0.pre48 app/views/countries/show.html.erb
enju_biblio-0.1.0.pre47 app/views/countries/show.html.erb
enju_biblio-0.1.0.pre46 app/views/countries/show.html.erb
enju_biblio-0.1.0.pre45 app/views/countries/show.html.erb
enju_biblio-0.1.0.pre44 app/views/countries/show.html.erb
enju_biblio-0.1.0.pre43 app/views/countries/show.html.erb
enju_biblio-0.1.0.pre42 app/views/countries/show.html.erb
enju_biblio-0.1.0.pre41 app/views/countries/show.html.erb
enju_biblio-0.1.0.pre40 app/views/countries/show.html.erb
enju_biblio-0.1.0.pre39 app/views/countries/show.html.erb
enju_biblio-0.1.0.pre38 app/views/countries/show.html.erb
enju_biblio-0.1.0.pre37 app/views/countries/show.html.erb
enju_biblio-0.1.0.pre36 app/views/countries/show.html.erb
enju_biblio-0.1.0.pre35 app/views/countries/show.html.erb
enju_biblio-0.1.0.pre34 app/views/countries/show.html.erb
enju_biblio-0.1.0.pre33 app/views/countries/show.html.erb