Avalanche Game prototype. Built with Rails.

edit.html.erb 119B

    <h1>Editing mission</h1> <%= render 'form' %> <%= link_to 'Show', @mission %> | <%= link_to 'Back', missions_path %>