LibraryManagementSystem/app/views/books/index.html.erb

5 lines
187 B
Plaintext

<h1 class="my-4">The complete list of all books</h1>
<div class="row">
<%= render partial: 'books/book', collection: @books%>
</div>
<%= paginate @books, theme: 'twitter-bootstrap-4' %>