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.
12 lines
372 B
Plaintext
12 lines
372 B
Plaintext
<%= render :partial => @product_backlog ? 'common/scrum_backlog_menu' : 'common/scrum_sprint_menu' %>
|
|
|
|
<h2><%= l(:label_sprint) %></h2>
|
|
|
|
<%= labelled_form_for @sprint do |f| %>
|
|
<%= back_url_hidden_field_tag %>
|
|
<%= render :partial => "sprints/form", :locals => {:f => f} %>
|
|
<%= submit_tag l(:button_save) %>
|
|
<% end %>
|
|
|
|
<%= render :partial => "common/scrum_footer" %>
|