<%#-- copyright OpenProject is a project management system. Copyright (C) 2012-2013 the OpenProject Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. See doc/COPYRIGHT.rdoc for more details. ++#%> <%= call_hook(:view_issues_form_details_top, { :issue => work_package, :form => f }) %>
style="display:none;"<% end %>> <% work_package_form_top_attributes(f, work_package, :priorities => priorities, :project => project).each do |attribute| %>

<%= attribute.field %>

<% end %>
<%= render :partial => 'attributes', :locals => { :f => f, :work_package => work_package, :project => project, :priorities => priorities } %>
<% if work_package.new_record? %>
<%= label_tag('attachments[1][file]', l(:label_attachment_plural))%> <%= render :partial => 'attachments/form' %>
<% end %> <% if work_package.new_record? && User.current.allowed_to?(:add_work_package_watchers, project) -%>

<% work_package.project.users.sort.each do |user| -%> <% end -%>

<% end %> <%= call_hook(:view_issues_form_details_bottom, { :issue => work_package, :form => f }) %> <%= wikitoolbar_for 'issue_description' %>