summaryrefslogtreecommitdiff
path: root/app/views/commands/show.html.erb
blob: d4310fc4d9bbb4417050b7d6d85eda2dbd4b2493 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<p>
  <b>Name:</b>
  <%=h @command.name %>
</p>

<p>
  <b>Technique:</b>
  <%=h @command.technique %>
</p>


<%= link_to 'Edit', edit_command_path(@command) %> |
<%= link_to 'Back', commands_path %>