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.4 app/views/realizes/new.html.erb
enju_biblio-0.3.3 app/views/realizes/new.html.erb
enju_biblio-0.3.2 app/views/realizes/new.html.erb
enju_biblio-0.3.1 app/views/realizes/new.html.erb
enju_biblio-0.3.0 app/views/realizes/new.html.erb
enju_biblio-0.3.0.rc.1 app/views/realizes/new.html.erb
enju_biblio-0.3.0.beta.2 app/views/realizes/new.html.erb
enju_biblio-0.2.5 app/views/realizes/new.html.erb
enju_biblio-0.2.4 app/views/realizes/new.html.erb
enju_biblio-0.2.3 app/views/realizes/new.html.erb
enju_biblio-0.2.2 app/views/realizes/new.html.erb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/enju_biblio-0.2.1/app/views/realizes/new.html.erb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/enju_biblio-0.2.0/app/views/realizes/new.html.erb
enju_biblio-0.2.1 app/views/realizes/new.html.erb
enju_biblio-0.2.0 app/views/realizes/new.html.erb
enju_biblio-0.2.0.beta.4 app/views/realizes/new.html.erb
enju_biblio-0.2.0.beta.3 app/views/realizes/new.html.erb
enju_biblio-0.2.0.beta.2 app/views/realizes/new.html.erb
enju_biblio-0.2.0.beta.1 app/views/realizes/new.html.erb
enju_biblio-0.1.3 app/views/realizes/new.html.erb