Sha256: 47753a50d143c4c5a669ccb1cec9c9bfbd1e2078516914bc5cafb6cbb1e2273f
Contents?: true
Size: 615 Bytes
Versions: 14
Compression:
Stored size: 615 Bytes
Contents
<div class='col-md-8'> <table class="table table-striped"> <thead> <tr class='noborder'> <th><%= t('.title') %></th> <th><%= t('.author') %></th> <th><%= t(".created_at") %></th> <th><%= t(".text_filter") %></th> <th><%= t(".actions") %></th> </tr> </thead> <tbody> <% if @notes.empty? %> <tr> <td colspan="5"> <%= t('admin.notes.form.no_notes') %> </td> </tr> <% end %> <%= render @notes %> <%= display_pagination(@notes, 5, 'first', 'last') %> </tbody> </table> </div>
Version data entries
14 entries across 14 versions & 1 rubygems