Sha256: c992aa9a6d7cf8b2ac65b44477f307a6a8c8e29950a26b2567f997d14116528d
Contents?: true
Size: 826 Bytes
Versions: 9
Compression:
Stored size: 826 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 can? :update, @country %> <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
9 entries across 9 versions & 1 rubygems