Sha256: 917ff2ad71abefa1a5f67ca4e8830d6e1abfd59ca0d0b4851bee2e4744ed988f
Contents?: true
Size: 906 Bytes
Versions: 3
Compression:
Stored size: 906 Bytes
Contents
<div id="content_detail" class="ui-corner-all ui-widget-content"> <h1 class="title"><%= t('page.showing', :model => t('activerecord.models.language')) -%></h1> <div id="content_list"> <p id="notice"><%= notice %></p> <p> <strong><%= t('activerecord.attributes.language.native_name') -%>:</strong> <%= @language.native_name -%> </p> <p> <strong><%= t('activerecord.attributes.language.name') -%>:</strong> <%= @language.name -%> </p> <p> <strong><%= t('activerecord.attributes.language.display_name') -%>:</strong> <%= @language.display_name.localize -%> </p> <p> <strong><%= t('activerecord.attributes.language.note') -%>:</strong> <%= @language.note -%> </p> </div> </div> <div id="submenu" class="ui-corner-all ui-widget-content"> <ul> <li><%= link_to t('page.edit'), edit_language_path(@language) -%></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/languages/show.html.erb |
enju_biblio-0.1.0.pre54 | app/views/languages/show.html.erb |
enju_biblio-0.1.0.pre53 | app/views/languages/show.html.erb |