bouquins-ror/app/views/static_pages/home.html.erb
2015-08-05 19:21:30 +02:00

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>