summaryrefslogtreecommitdiff
path: root/app/views/sessions/edit.html.erb
blob: bbd8407add69895c8d4be145835f2c840634e220 (plain)
1
2
3
4
5
6
<h1>Editing session</h1>

<%= render 'form' %>

<%= link_to 'Show', @session %> |
<%= link_to 'Back', sessions_path %>