mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-14 09:04:56 +08:00
Add gray border to button 'Not started' at PDF reports
This commit is contained in:
parent
023a6fe0a8
commit
24a6150500
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
<% status = my_module.my_module_status %>
|
||||
<%= t('projects.reports.elements.module.status') %>
|
||||
<span class="status-block" style="background: <%= status.color %>;
|
||||
<%= 'color: #000000;' if status.name == 'Not started' %>">
|
||||
<%= 'color: #000000; border: 1px solid #D0D5DD;' if status.name == 'Not started' %>">
|
||||
<%= status.name %>
|
||||
</span>
|
||||
<% if my_module.completed? %>
|
||||
|
|
Loading…
Add table
Reference in a new issue