Sha256: f19889001226fc3b0ab1357c5f4b72f255dd31ecf3e2863b7e4cf32bb5b24247

Contents?: true

Size: 670 Bytes

Versions: 3

Compression:

Stored size: 670 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>

</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

3 entries across 3 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre55 app/views/countries/show.html.erb
enju_biblio-0.1.0.pre54 app/views/countries/show.html.erb
enju_biblio-0.1.0.pre53 app/views/countries/show.html.erb