From 24a6150500320d385c41b4947b2118a3f27539fe Mon Sep 17 00:00:00 2001 From: Ivan Kljun Date: Thu, 24 Aug 2023 09:34:17 +0200 Subject: [PATCH] Add gray border to button 'Not started' at PDF reports --- app/views/reports/elements/_my_module_element.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/reports/elements/_my_module_element.html.erb b/app/views/reports/elements/_my_module_element.html.erb index 34db825d1..ef32e0690 100644 --- a/app/views/reports/elements/_my_module_element.html.erb +++ b/app/views/reports/elements/_my_module_element.html.erb @@ -26,7 +26,7 @@ <% status = my_module.my_module_status %> <%= t('projects.reports.elements.module.status') %> + <%= 'color: #000000; border: 1px solid #D0D5DD;' if status.name == 'Not started' %>"> <%= status.name %> <% if my_module.completed? %>