Sha256: 4ce5385b38b4c855b060899b73681a742d30b9d8ffc74bd16ab4172aaa2c445d

Contents?: true

Size: 640 Bytes

Versions: 4

Compression:

Stored size: 640 Bytes

Contents

<%= title_page 'Title Page', subtitle: 'Subtitle' %>

<%= add_resource 'Add New User', new_user_path %>

<%= render partial: 'filters_by_from_to' %>

<table class='table-page'>
  <thead>
    <tr>
      <th>Name</th>
      <th>Active</th>
      <th>&nbsp;</th>
    </tr>
  </thead>
  <tbody>
    <%= display_list_for(@users, fields: 3) %>
  </tbody>
</table>

<!-- pagination example with will_paginate-->
<div class="pagination">
  <span class="previous_page disabled">← Anterior</span>
  <em class="current">1</em>
  <a rel="next" href="javascript://">2</a>
  <a class="next_page" rel="next" href="javascript://">Próximo →</a>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
loldesign_publisher-2.0.0 spec/dummy/app/views/users/index.html.erb
loldesign_publisher-1.5.1 spec/dummy/app/views/users/index.html.erb
loldesign_publisher-1.5.0 spec/dummy/app/views/users/index.html.erb
loldesign_publisher-1.4.0 spec/dummy/app/views/users/index.html.erb