New Release to <%= @environment.titleize %>
Create a new release for the following commits
<%= hidden_field_tag :deploy_id, params[:deploy_id] %>
<%= text_field_tag :commit0, @commit0, :class => "text_field", size: 8 %>
...
<%= text_field_tag :commit1, @commit1, :class => "text_field", size: 8 %>
<%= submit_tag "Continue", :name => nil, :class => "btn btn-primary" %>