12 lines
327 B
Plaintext
12 lines
327 B
Plaintext
<div class="project_r_h">
|
|
<h2 class="project_h2"><%= l(:label_roadmap) %></h2>
|
|
</div>
|
|
<h3>
|
|
<%=l(:label_version_new)%>
|
|
</h3>
|
|
|
|
<%= labelled_form_for @version, :url => project_versions_path(@project) do |f| %>
|
|
<%= render :partial => 'versions/form', :locals => { :f => f } %>
|
|
<%= submit_tag l(:button_create) %>
|
|
<% end %>
|