mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 21:38:14 -08:00
10 lines
269 B
Text
10 lines
269 B
Text
<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>
|