Commit 81bdddc8 authored by Mike Greiling's avatar Mike Greiling

ensure all ee-specific project general settings panels remain open after form submission

parent b3481d3d
......@@ -10,6 +10,7 @@
Customize your issue restrictions.
.settings-content
= form_for [@project.namespace.becomes(Namespace), @project], remote: true, html: { multipart: true, class: "issue-settings-form" }, authenticity_token: true do |f|
%input{ type: 'hidden', name: 'update_section', value: 'js-issue-settings' }
.form-group
= f.label :issues_template, class: 'label-bold' do
Default description template for issues
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment