bouquins-ror/app/views/static_pages/home.html.erb

13 lines
442 B
Plaintext
Raw Normal View History

<div class="center jumbotron">
2015-08-04 17:57:48 +00:00
<h1><%= t :library %></h1>
<h2><%= t :welcome_count, count: @books_count %></h2>
<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 %>
</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>