1 2 3 4 5 6
<h1>Editing session</h1> <%= render 'form' %> <%= link_to 'Show', @session %> | <%= link_to 'Back', sessions_path %>