Creating View File for list Method - Ruby on Rails <% if @books.blank? %>

There are not any books currently in the system.

<% else %>

These are the current books in our system

<% end %>

<%= link_to "Add new Book", {:action => 'new' }%>