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> </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