From 1db708d5f2c82a567b4dea5f7babffab472d03ee Mon Sep 17 00:00:00 2001 From: Marius BALTEANU Date: Sun, 6 Aug 2017 20:12:57 +0000 Subject: [PATCH] render template dropdown on the same row with the tracker --- .../issue_templates/_issue_select_form.html.erb | 10 ++++------ assets/stylesheets/issue_templates.css | 16 ++++++++++++++++ config/locales/en.yml | 2 +- 3 files changed, 21 insertions(+), 7 deletions(-) diff --git a/app/views/issue_templates/_issue_select_form.html.erb b/app/views/issue_templates/_issue_select_form.html.erb index 635b6e20..5c4e255b 100644 --- a/app/views/issue_templates/_issue_select_form.html.erb +++ b/app/views/issue_templates/_issue_select_form.html.erb @@ -1,13 +1,12 @@ <% return '' unless @issue.project.module_enabled? :issue_templates %> <% return '' unless User.current.allowed_to?(:show_issue_templates, @issue.project) %>