Sha256: 1dd18eb461248c16696ad7ce33499e910a7db9bca3f00698e26c2abac9d440fb
Contents?: true
Size: 765 Bytes
Versions: 3
Compression:
Stored size: 765 Bytes
Contents
<div id="content_detail" class="ui-corner-all ui-widget-content"> <h1 class="title"><%= t('page.showing', model: t('activerecord.models.license')) -%></h1> <div id="content_list"> <p id="notice"><%= notice %></p> <p> <strong><%= t('activerecord.attributes.license.name') -%>:</strong> <%= @license.name -%> </p> <p> <strong><%= t('activerecord.attributes.license.display_name') -%>:</strong> <%= @license.display_name -%> </p> <p> <strong><%= t('activerecord.attributes.license.note') -%>:</strong> <%= @license.note -%> </p> </div> </div> <div id="submenu" class="ui-corner-all ui-widget-content"> <ul> <li><%= link_to t('page.edit'), edit_license_path(@license) -%></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.4.0.rc.1 | app/views/licenses/show.html.erb |
enju_biblio-0.4.0.beta.2 | app/views/licenses/show.html.erb |
enju_biblio-0.4.0.beta.1 | app/views/licenses/show.html.erb |