Mercurial > hg > soundsoftware-site
view app/views/issue_relations/_form.rhtml @ 231:5d6e2819f3dd cannam-pre-20110113-merge
Merge from branch "feature_20". This initial implementation of #20 has been tested, but needs to be tested again in the proper context.
author | Chris Cannam |
---|---|
date | Thu, 17 Feb 2011 18:35:11 +0000 |
parents | 513646585e45 |
children | af80e5618e9b |
line wrap: on
line source
<%= error_messages_for 'relation' %> <p><%= f.select :relation_type, collection_for_relation_type_select, {}, :onchange => "setPredecessorFieldsVisibility();" %> <%= l(:label_issue) %> #<%= f.text_field :issue_to_id, :size => 6 %> <span id="predecessor_fields" style="display:none;"> <%= l(:field_delay) %>: <%= f.text_field :delay, :size => 3 %> <%= l(:label_day_plural) %> </span> <%= submit_tag l(:button_add) %> <%= toggle_link l(:button_cancel), 'new-relation-form'%> </p> <%= javascript_tag "setPredecessorFieldsVisibility();" %>