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

Version Path
publify_core-10.0.2 app/views/admin/notes/_list.html.erb
publify_core-10.0.1 app/views/admin/notes/_list.html.erb
publify_core-10.0.0 app/views/admin/notes/_list.html.erb
publify_core-9.2.10 app/views/admin/notes/_list.html.erb
publify_core-9.2.9 app/views/admin/notes/_list.html.erb
publify_core-9.2.8 app/views/admin/notes/_list.html.erb
publify_core-9.2.7 app/views/admin/notes/_list.html.erb
publify_core-9.2.6 app/views/admin/notes/_list.html.erb
publify_core-9.2.5 app/views/admin/notes/_list.html.erb
publify_core-9.2.4 app/views/admin/notes/_list.html.erb
publify_core-9.2.3 app/views/admin/notes/_list.html.erb
publify_core-9.2.2 app/views/admin/notes/_list.html.erb
publify_core-9.2.1 app/views/admin/notes/_list.html.erb
publify_core-9.2.0 app/views/admin/notes/_list.html.erb