You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<p style="color: green"><%= notice %></p>
|
|
|
|
<%= render @example %>
|
|
|
|
<div>
|
|
<%= link_to "Edit this example", edit_example_path(@example) %> |
|
|
<%= link_to "Back to examples", examples_path %>
|
|
|
|
<%= button_to "Destroy this example", @example, method: :delete %>
|
|
</div>
|