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