<%= content %> <% if actions.include?(:edit) %> <%= link_to edit_text, edit_path, edit_options %> <% end %> <% if actions.include?(:destroy) %> <%= link_to destroy_text, destroy_path, destroy_options %> <% end %>