Chris@1464:
<%=l(:label_related_issues)%>
Chris@1464: Chris@1464: <% if @relations.present? %> Chris@1464: Chris@1464: <% end %> Chris@1464: Chris@1464: <%= form_for @relation, { Chris@1464: :as => :relation, :remote => true, Chris@1464: :url => issue_relations_path(@issue), Chris@1464: :method => :post, Chris@1464: :html => {:id => 'new-relation-form', :style => 'display: none;'} Chris@1464: } do |f| %> Chris@1464: <%= render :partial => 'issue_relations/form', :locals => {:f => f}%> Chris@1464: <% end %>