mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 21:38:14 -08:00
10 lines
186 B
Text
10 lines
186 B
Text
<h1>Editing example</h1>
|
|
|
|
<%= render "form", example: @example %>
|
|
|
|
<br>
|
|
|
|
<div>
|
|
<%= link_to "Show this example", @example %> |
|
|
<%= link_to "Back to examples", examples_path %>
|
|
</div>
|