Cleanup of the form. #1274
This commit is contained in:
@@ -29,11 +29,11 @@
|
||||
<%= content_tag(:p,link_to("Assigned Issues", :action => 'issues', :id => @project.id, :deliverable_id => deliverable.id)) -%>
|
||||
<%= content_tag(:p,link_to("Edit", :action => 'edit', :id => @project.id, :deliverable_id => deliverable.id)) -%>
|
||||
<%= content_tag(:p,link_to("Delete", { :action => 'destroy', :id => @project.id, :deliverable_id => deliverable.id}, :confirm => l(:text_are_you_sure))) -%>
|
||||
<p>
|
||||
<div>
|
||||
<%= form_tag(:action => 'bulk_assign_issues', :id => @project.id, :deliverable_id => deliverable.id) %>
|
||||
<label for="version_id">Assign issues on Version to Deliverable</label>
|
||||
<%= select("version", "id", @project.versions.sort.collect {|v| [v.name, v.id ] }, { :include_blank => true }) %>
|
||||
<%= submit_tag(l(:button_change)) %></form>
|
||||
<% %>
|
||||
</p>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -13,6 +13,7 @@ tr.deliverable td.done_ratio table.progress { margin-left:auto; margin-right: au
|
||||
|
||||
tr.deliverable-details p { text-align:left; }
|
||||
tr.deliverable-details span { font-weight:bold; }
|
||||
tr.deliverable-details div { text-align:left; }
|
||||
|
||||
#deliverable-form .splitcontentleft { width: 62% }
|
||||
#deliverable-form .splitcontentright { width: 37% }
|
||||
|
||||
Reference in New Issue
Block a user