2015-06-28 16:46:22 +00:00
|
|
|
<div class="center jumbotron">
|
2015-08-04 17:57:48 +00:00
|
|
|
<h1><%= t :library %></h1>
|
|
|
|
<h2><%= t :welcome_count, count: @books_count %></h2>
|
2015-06-28 16:46:22 +00:00
|
|
|
|
|
|
|
<p>
|
2015-08-05 17:21:30 +00:00
|
|
|
<%= 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 %>
|
2015-06-28 16:46:22 +00:00
|
|
|
</p>
|
|
|
|
</div>
|
2015-06-29 17:51:55 +00:00
|
|
|
<div class="container-fluid" id="items">
|
2015-06-29 16:58:02 +00:00
|
|
|
</div>
|