summaryrefslogtreecommitdiffstats
path: root/app/views/settings
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-05-09 17:16:55 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-05-09 17:16:55 +0000
commit4019ba76ab3005ccc1f0495069861e4a8814be55 (patch)
treee915b28bd60fc61d1cf1ee149553cfe4de71b35c /app/views/settings
parent979b5f15db88f1e7a04f1c4d0dba7e9f2379ddb0 (diff)
downloadredmine-4019ba76ab3005ccc1f0495069861e4a8814be55.tar.gz
redmine-4019ba76ab3005ccc1f0495069861e4a8814be55.zip
Restores the "New issue" tab in the project menu and makes it optional (#6204).
git-svn-id: http://svn.redmine.org/redmine/trunk@15407 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/settings')
-rw-r--r--app/views/settings/_display.html.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/settings/_display.html.erb b/app/views/settings/_display.html.erb
index 3497f9076..1185a7cae 100644
--- a/app/views/settings/_display.html.erb
+++ b/app/views/settings/_display.html.erb
@@ -24,6 +24,8 @@
<p><%= setting_check_box :thumbnails_enabled %></p>
<p><%= setting_text_field :thumbnails_size, :size => 6 %></p>
+
+<p><%= setting_check_box :new_project_issue_tab_enabled %></p>
</div>
<%= submit_tag l(:button_save) %>