Sha256: 9c833dd050be1b9a1195bd289c3f13576a53f7b1fed3fa1b3223620b35354b28

Contents?: true

Size: 647 Bytes

Versions: 7

Compression:

Stored size: 647 Bytes

Contents

<%= title_page 'Título da Página', subtitle: 'Subtítulo' %>

<%= add_resource 'Add Novo', new_user_path %>

<%= render partial: 'filters_by_from_to' %>

<table class='table-page'>
  <thead>
    <tr>
      <th>Name</th>
      <th>Ativo</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

7 entries across 7 versions & 1 rubygems

Version Path
loldesign_publisher-1.3.6 spec/dummy/app/views/users/index.html.erb
loldesign_publisher-1.3.4 spec/dummy/app/views/users/index.html.erb
loldesign_publisher-1.3.3 spec/dummy/app/views/users/index.html.erb
loldesign_publisher-1.3.2 spec/dummy/app/views/users/index.html.erb
loldesign_publisher-1.3.1 spec/dummy/app/views/users/index.html.erb
loldesign_publisher-1.3.0 spec/dummy/app/views/users/index.html.erb
loldesign_publisher-1.1.0 spec/dummy/app/views/users/index.html.erb