10 lines
158 B
Text
10 lines
158 B
Text
<h1>Editing key</h1>
|
|
|
|
<%= render "form", key: @key %>
|
|
|
|
<br>
|
|
|
|
<div>
|
|
<%= link_to "Show this key", @key %> |
|
|
<%= link_to "Back to keys", keys_path %>
|
|
</div>
|