MiraitSystems/enju_trunk

View on GitHub
app/views/manifestations/new.html.erb

Summary

Maintainability
Test Coverage
<div id="content_detail" class="ui-corner-all">
  <h1 class="title"><%= t('page.new', :model => t('activerecord.models.resource')) -%></h1>
  <div id="content_list">
    <%= render 'manifestations/form' %>
  </div>
</div>

<div id="submenu" class="ui-corner-all">
  <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>