You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
532 B
Plaintext
13 lines
532 B
Plaintext
<div class="contextual scrum-menu"><%= render_scrum_help %></div>
|
|
|
|
<h2><%= l(@sprint.is_product_backlog? ? :label_product_backlog_new : :label_sprint_new) %></h2>
|
|
|
|
<%= labelled_form_for @sprint, :url => project_sprints_path(@project) do |f| %>
|
|
<%= back_url_hidden_field_tag %>
|
|
<%= render :partial => "sprints/form", :locals => {:f => f} %>
|
|
<%= hidden_field_tag :create_product_backlog, true if params[:create_product_backlog] %>
|
|
<%= submit_tag l(:button_create) %>
|
|
<% end %>
|
|
|
|
<%= render :partial => "common/scrum_footer" %>
|