Sha256: 5e8937436f2fbe371dd62e559fc3e1be49ce38baa93461501c53c2af670c6400

Contents?: true

Size: 1.08 KB

Versions: 20

Compression:

Stored size: 1.08 KB

Contents

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

<table class="table table-striped index">
  <tr>
    <th><%= t('activerecord.models.agent') -%></th>
    <th><%= t('activerecord.models.work') -%></th>
    <th></th>
  </tr>

<%- @creates.each do |create| -%>
  <tr class="line<%= cycle("0", "1") -%>">
    <td><%= link_to create.agent.full_name, create.agent -%></td>
    <td><%= link_to create.work.original_title, create.work -%></td>
    <td>
      <%- if can? :delete, create -%>
        <%= link_to t('page.show'), create -%>
        <%= link_to t('page.destroy'), create, data: {confirm: t('page.are_you_sure')}, method: :delete -%>
      <%- end -%>
    </td>
  </tr>
<%- end -%>
</table>

<%= paginate(@creates) -%>
</div>
</div>

<div id="submenu" class="ui-corner-all ui-widget-content">
  <%- if can? :create, Create -%>
    <ul>
      <li><%= link_to t('page.new', model: t('activerecord.models.create')), new_create_path -%></li>
    </ul>
  <%- end -%>
</div>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
enju_biblio-0.1.3 app/views/creates/_index.html.erb
enju_biblio-0.1.2 app/views/creates/_index.html.erb
enju_biblio-0.1.1 app/views/creates/_index.html.erb
enju_biblio-0.1.0 app/views/creates/_index.html.erb
enju_biblio-0.1.0.pre71 app/views/creates/_index.html.erb
enju_biblio-0.1.0.pre70 app/views/creates/_index.html.erb
enju_biblio-0.1.0.pre69 app/views/creates/_index.html.erb
enju_biblio-0.1.0.pre68 app/views/creates/_index.html.erb
enju_biblio-0.1.0.pre67 app/views/creates/_index.html.erb
enju_biblio-0.1.0.pre66 app/views/creates/_index.html.erb
enju_biblio-0.1.0.pre65 app/views/creates/_index.html.erb
enju_biblio-0.1.0.pre64 app/views/creates/_index.html.erb
enju_biblio-0.1.0.pre63 app/views/creates/_index.html.erb
enju_biblio-0.1.0.pre62 app/views/creates/_index.html.erb
enju_biblio-0.1.0.pre61 app/views/creates/_index.html.erb
enju_biblio-0.1.0.pre60 app/views/creates/_index.html.erb
enju_biblio-0.1.0.pre59 app/views/creates/_index.html.erb
enju_biblio-0.1.0.pre58 app/views/creates/_index.html.erb
enju_biblio-0.1.0.pre57 app/views/creates/_index.html.erb
enju_biblio-0.1.0.pre56 app/views/creates/_index.html.erb