Sha256: 16596068ed13d039e2ab29e8fd5bd344e21cf25fb9784f25642b7e26f5b9136a

Contents?: true

Size: 1.08 KB

Versions: 28

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.participate')) -%></h1>
<div id="content_list">

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

<%- @participates.each do |participate| %>
  <tr class="line<%= cycle("0", "1") -%>">
    <td><%= link_to participate.agent.full_name, participate.agent %>
    <td><%= link_to participate.event.display_name.localize, participate.event %>
    <td><%= link_to t('page.show'), participate %></td>
    <td><%= link_to t('page.edit'), edit_participate_path(participate) %></td>
    <td><%= link_to t('page.destroy'), participate, data: {confirm: t('page.are_you_sure')}, method: :delete %></td>
  </tr>
<%- end %>
</table>

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

<div id="submenu" class="ui-corner-all ui-widget-content">
  <ul>
    <li><%= link_to t('page.new', model: t('activerecord.models.participate')), new_participate_path -%></li>
  </ul>
</div>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
enju_event-0.3.5 app/views/participates/index.html.erb
enju_event-0.3.4 app/views/participates/index.html.erb
enju_event-0.3.3 app/views/participates/index.html.erb
enju_event-0.3.2 app/views/participates/index.html.erb
enju_event-0.3.1 app/views/participates/index.html.erb
enju_event-0.3.0 app/views/participates/index.html.erb
enju_event-0.3.0.rc.1 app/views/participates/index.html.erb
enju_event-0.3.0.beta.1 app/views/participates/index.html.erb
enju_event-0.2.3 app/views/participates/index.html.erb
enju_event-0.2.2 app/views/participates/index.html.erb
enju_event-0.2.1 app/views/participates/index.html.erb
enju_event-0.2.0 app/views/participates/index.html.erb
enju_event-0.2.0.beta.4 app/views/participates/index.html.erb
enju_event-0.2.0.beta.3 app/views/participates/index.html.erb
enju_event-0.2.0.beta.2 app/views/participates/index.html.erb
enju_event-0.2.0.beta.1 app/views/participates/index.html.erb
enju_event-0.1.19 app/views/participates/index.html.erb
enju_event-0.1.18 app/views/participates/index.html.erb
enju_event-0.1.17 app/views/participates/index.html.erb
enju_event-0.1.17.pre27 app/views/participates/index.html.erb