Sha256: 7152c923daab542855b78473aa08ea61dac44223a3a764d723f7b811fc15668f

Contents?: true

Size: 723 Bytes

Versions: 3

Compression:

Stored size: 723 Bytes

Contents

<div id="content_detail" class="ui-corner-all ui-widget-content">
  <h1 class="title"><%= t('page.new', :model => t('activerecord.models.item')) -%></h1>
<div id="content_list">
  <%= render 'manifestations/title', :manifestation => @manifestation if @manifestation -%>
  <%= render 'form' %>
</div>
</div>

<div id="submenu" class="ui-corner-all ui-widget-content">
  <%- if @manifestation -%>
    <%= render 'manifestations/book_jacket', :manifestation => @manifestation -%>
  <%- end -%>

  <ul>
    <%- if @manifestation -%>
      <li><%= link_to t('page.back'), manifestation_items_path(@manifestation) -%></li>
    <%- else -%>
      <li><%= link_to t('page.back'), items_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/items/new.html.erb
enju_biblio-0.1.0.pre54 app/views/items/new.html.erb
enju_biblio-0.1.0.pre53 app/views/items/new.html.erb