Sha256: ac5ff01368cb49f8dc03d0163da8f244820012ce516b803677d9e95c4c196c81

Contents?: true

Size: 312 Bytes

Versions: 9

Compression:

Stored size: 312 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

9 entries across 9 versions & 1 rubygems

Version Path
publify_core-9.1.0 app/views/admin/notes/_list.html.erb
publify_core-9.0.1 app/views/admin/notes/_list.html.erb
publify_core-9.0.0 app/views/admin/notes/_list.html.erb
publify_core-9.0.0.pre6 app/views/admin/notes/_list.html.erb
publify_core-9.0.0.pre5 app/views/admin/notes/_list.html.erb
publify_core-9.0.0.pre4 app/views/admin/notes/_list.html.erb
publify_core-9.0.0.pre3 app/views/admin/notes/_list.html.erb
publify_core-9.0.0.pre2 app/views/admin/notes/_list.html.erb
publify_core-9.0.0.pre1 app/views/admin/notes/_list.html.erb