<%= t :library %>

<%= t :welcome_count, count: @books_count %>

<%= 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 %>