ticket description in bold instead of italic (#78090)
gitea/scrutiny/pipeline/head This commit looks good Details

This commit is contained in:
Lauréline Guérin 2023-06-01 16:38:59 +02:00
parent 2437c2458e
commit b626fd4ca5
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
2 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<td class="issue"><a href="{{ issue.url }}">#{{ issue.id }}</a></td>
<td class="subject">
{{ issue.subject }}
{% if issue.info.wording %}<br /><i>{{ issue.info.wording }}</i>{% endif %}
{% if issue.info.wording %}<br /><span class="description">{{ issue.info.wording }}</span>{% endif %}
</td>
<td class="modules">
<span class="modules">[&nbsp;{% for module in issue.modules.keys %}{{ module }}{% if not forloop.last %},&nbsp;{% endif %}{% endfor %}&nbsp;]</span>

View File

@ -157,6 +157,9 @@ table.issues td.doc span.icon.doc::before {
font-family: FontAwesome;
padding-right: 1ex;
}
table.issues td.subject span.description {
font-weight: 600;
}
ul.user-info {
display: none;