Sha256: fa77ef76fd06b9e61e028a76873d2fd4e42592b063c61b158e0dd8c5577ab4ea

Contents?: true

Size: 684 Bytes

Versions: 59

Compression:

Stored size: 684 Bytes

Contents

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

<div id="submenu" class="ui-corner-all ui-widget-content">
  <ul>
    <%- if @realize.agent -%>
      <li><%= link_to t('page.listing', model: t('activerecord.models.manifestation')), manifestations_path(contributor_id: @realize.agent_id) -%></li>
    <%- end -%>
    <%- if @realize.expression -%>
      <li><%= link_to t('page.listing', model: t('activerecord.models.agent')), agents_path(expression_id: @realize.expression_id) -%></li>
    <%- end -%>
  </ul>
</div>

Version data entries

59 entries across 58 versions & 2 rubygems

Version Path
enju_biblio-0.3.18 app/views/realizes/new.html.erb
enju_biblio-0.3.17 app/views/realizes/new.html.erb
enju_biblio-0.3.16 app/views/realizes/new.html.erb
enju_biblio-0.3.15 app/views/realizes/new.html.erb
enju_biblio-0.3.14 app/views/realizes/new.html.erb
enju_biblio-0.3.13 app/views/realizes/new.html.erb
enju_biblio-0.3.12 app/views/realizes/new.html.erb
enju_biblio-0.3.11 app/views/realizes/new.html.erb
enju_biblio-0.3.10 app/views/realizes/new.html.erb
enju_biblio-0.3.10.rc.3 app/views/realizes/new.html.erb
enju_biblio-0.3.10.rc.2 app/views/realizes/new.html.erb
enju_biblio-0.3.10.rc.1 app/views/realizes/new.html.erb
enju_biblio-0.3.9 app/views/realizes/new.html.erb
enju_biblio-0.4.0.rc.1 app/views/realizes/new.html.erb
enju_biblio-0.3.8 app/views/realizes/new.html.erb
enju_biblio-0.3.7 app/views/realizes/new.html.erb
enju_biblio-0.3.6 app/views/realizes/new.html.erb
enju_biblio-0.4.0.beta.2 app/views/realizes/new.html.erb
enju_biblio-0.4.0.beta.1 app/views/realizes/new.html.erb
enju_biblio-0.3.5 app/views/realizes/new.html.erb