13 lines
442 B
Plaintext
13 lines
442 B
Plaintext
<div class="center jumbotron">
|
|
<h1><%= t :library %></h1>
|
|
<h2><%= t :welcome_count, count: @books_count %></h2>
|
|
|
|
<p>
|
|
<%= link_to t(:books), books_path, class: "btn btn-lg btn-primary", remote: true %>
|
|
<%= link_to t(:authors), authors_path, class: "btn btn-lg btn-primary", remote: true %>
|
|
<%= link_to t(:series), series_path, class: "btn btn-lg btn-primary", remote: true %>
|
|
</p>
|
|
</div>
|
|
<div class="container-fluid" id="items">
|
|
</div>
|