Listing sentences

<% for sentences in @sentences %> <% end %>
Id Language Sentence Transofwhat
<%=h sentences.id %> <%=h sentences.language %> <%=h sentences.sentence %> <%=h sentences.transOfWhat %> <%= link_to 'Show', sentences %> <%= link_to 'Edit', edit_sentences_path(sentences) %> <%= link_to 'Destroy', sentences, :confirm => 'Are you sure?', :method => :delete %>

<%= link_to 'New sentences', new_sentences_path %>