Sha256: 7d53ac99aabd6431fe8741759b0502ea21ca7ee71fc838c36a8b51e2266cf20b

Contents?: true

Size: 313 Bytes

Versions: 10

Compression:

Stored size: 313 Bytes

Contents

<div class='col-md-8'>
  <table class="table table-striped">
    <% if @notes.empty? %>
      <tr>
        <td colspan="2">
          <%= t('admin.notes.form.no_notes') %>
        </td>
      </tr>
    <% end %>
    <%= render @notes %>
    <%= display_pagination(@notes, 3, 'first', 'last') %>
  </table>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
HornsAndHooves-publify_core-10.5.0 app/views/admin/notes/_list.html.erb
HornsAndHooves-publify_core-10.4.0 app/views/admin/notes/_list.html.erb
HornsAndHooves-publify_core-10.3.0 app/views/admin/notes/_list.html.erb
HornsAndHooves-publify_core-10.2.0 app/views/admin/notes/_list.html.erb
HornsAndHooves-publify_core-10.1.1 app/views/admin/notes/_list.html.erb
HornsAndHooves-publify_core-10.1.0 app/views/admin/notes/_list.html.erb
HornsAndHooves-publify_core-10.0.3 app/views/admin/notes/_list.html.erb
HornsAndHooves-publify_core-10.0.2 app/views/admin/notes/_list.html.erb
HornsAndHooves-publify_core-10.0.1 app/views/admin/notes/_list.html.erb
HornsAndHooves-publify_core-10.0.0 app/views/admin/notes/_list.html.erb