Skip to content
Snippets Groups Projects
Commit 7146bfa3 authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

Making event labels bold

parent c9bcb406
No related branches found
No related tags found
1 merge request!8Superevents
......@@ -204,7 +204,7 @@
<td>{{ object.graceid }}</td>
<td>
{% for labelling in object.labelling_set.all %}
<span onmouseover="tooltip.show(tooltiptext('{{labelling.label.name}}', '{{labelling.creator.username}}', '{{labelling.created|utc}}', '{{labelling.label.description}}'));" onmouseout="tooltip.hide();" style="color: {{labelling.label.defaultColor}}">{{ labelling.label.name }}</span>
<span onmouseover="tooltip.show(tooltiptext('{{labelling.label.name}}', '{{labelling.creator.username}}', '{{labelling.created|utc}}', '{{labelling.label.description}}'));" onmouseout="tooltip.hide();" style="color: {{labelling.label.defaultColor}}"><b>{{ labelling.label.name }}</b></span>
{% endfor %}
</td>
<td>{{ object.group.name }} </td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment