From d4312d25656283d34202cede73e9e1fff61a7db6 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Thu, 20 Jun 2019 07:06:47 +0000 Subject: Allow tabs to have a custom action (#3058). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18271 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/common/_tabs.html.erb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'app/views/common') diff --git a/app/views/common/_tabs.html.erb b/app/views/common/_tabs.html.erb index 1b880c9c7..df7513e42 100644 --- a/app/views/common/_tabs.html.erb +++ b/app/views/common/_tabs.html.erb @@ -1,10 +1,14 @@ +<% default_action = false %> +