Sha256: 805bb421b7ba9a93fadc85e5ba0f8987dc1f46bf0b93299f84fb72a0b4ab5ce8

Contents?: true

Size: 1.1 KB

Versions: 17

Compression:

Stored size: 1.1 KB

Contents

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

<div class="search_form">
  <%= form_for :agents, url: agents_path, html: {method: 'get'} do -%>
    <p>
      <%= label_tag :search_form_top, t('page.search_term') -%>: <%= search_field_tag 'query', h(@query), {id: 'search_form_top', class: 'search_form', placeholder: t('page.search_term')} -%>
      <%= submit_tag t('page.search') -%>
    </p>
  <%- end -%>
</div>

<table class="table table-striped index">
  <tr>
    <th><%= t('activerecord.attributes.agent.full_name') -%></th>
    <th><%= t('activerecord.models.agent_type') -%></th>
    <th></th>
  </tr>
  <%= render @agents %>
</table>

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

<div id="submenu" class="ui-corner-all ui-widget-content">
  <ul>
    <%- if can? :create, Agent -%>
      <li><%= link_to t('agent.add'), new_agent_path -%></li>
      <li><%= link_to t('page.merge', model: t('activerecord.models.agent')), agent_merge_lists_path -%></li>
    <%- end -%>
  </ul>
</div>

Version data entries

17 entries across 17 versions & 1 rubygems

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