Sha256: 5a645e8a40662c60b4be087a492bdcfdc24afca092ff3916cdba8d17e0ea0215
Contents?: true
Size: 526 Bytes
Versions: 3
Compression:
Stored size: 526 Bytes
Contents
<div id="content_detail" class="ui-corner-all ui-widget-content"> <h1 class="title"><%= t('page.new', :model => t('activerecord.models.manifestation')) -%></h1> <div id="content_list"> <%= render 'manifestations/form' %> </div> </div> <div id="submenu" class="ui-corner-all ui-widget-content"> <ul> <%- if @agent -%> <li><%= link_to t('page.back'), publisher_manifestations_path(@agent) -%></li> <%- else -%> <li><%= link_to t('page.back'), manifestations_path -%></li> <%- end -%> </ul> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
enju_biblio-0.1.0.pre55 | app/views/manifestations/new.html.erb |
enju_biblio-0.1.0.pre54 | app/views/manifestations/new.html.erb |
enju_biblio-0.1.0.pre53 | app/views/manifestations/new.html.erb |