Move gon include

pull/1065/head
Till Breuer 11 years ago
parent b3ae494169
commit 1aefcc8aa6
  1. 1
      app/views/work_packages/_list.html.erb
  2. 3
      app/views/work_packages/index.html.erb

@ -26,7 +26,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
See doc/COPYRIGHT.rdoc for more details.
++#%>
<%= include_gon %>
<%= form_tag({}) do -%>
<%= hidden_field_tag 'back_url', url_for(params) %>

@ -27,6 +27,9 @@ See doc/COPYRIGHT.rdoc for more details.
++#%>
<%= include_gon %>
<% breadcrumb_paths(l(:label_work_package_plural)) %>
<% if !query.new_record? && query.editable_by?(User.current) %>
<% content_for :action_menu_specific do %>

Loading…
Cancel
Save