diff options
author | Go MAEDA <maeda@farend.jp> | 2020-02-29 04:27:32 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-02-29 04:27:32 +0000 |
commit | 12ad0677cc41eef24ea929299cce6d03cf8bca46 (patch) | |
tree | 118575f5cafe1e9890efa5baebbeede5333e1445 /app | |
parent | 2253032ebc46837450ff8fc1c43f087627ec26b7 (diff) | |
download | redmine-12ad0677cc41eef24ea929299cce6d03cf8bca46.tar.gz redmine-12ad0677cc41eef24ea929299cce6d03cf8bca46.zip |
Make group names bold on tracker summary view (#32991).
Patch by Bernhard Rohloff.
git-svn-id: http://svn.redmine.org/redmine/trunk@19537 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/views/trackers/fields.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/trackers/fields.html.erb b/app/views/trackers/fields.html.erb index a3705053b..4a27ef2e4 100644 --- a/app/views/trackers/fields.html.erb +++ b/app/views/trackers/fields.html.erb @@ -3,7 +3,7 @@ <% if @trackers.any? %> <%= form_tag fields_trackers_path do %> <div class="autoscroll"> - <table class="list"> + <table class="list tracker-summary"> <thead> <tr> <th></th> |