<% content_for :title, "Edit " + @scenario.name -%>
<%= render 'form' %>
<%= link_to icon_tag('glyphicon-chevron-left') + ' Back'.html_safe, scenarios_path, class: "btn btn-default" %>