<%= notice %>

Texts

<% @texts.each do |text| %> <% end %>
Content
<%= text.content %> <%= link_to 'Show', text %> <%= link_to 'Edit', edit_text_path(text) %> <%= link_to 'Destroy', text, method: :delete, data: { confirm: 'Are you sure?' } %>

<%= link_to 'New Text', new_text_path %>