Skip to content

Commit cff69d7

Browse files
committed
changed card title from name to short_name
Signed-off-by: Akhil Raj <lf32.dev@gmail.com>
1 parent 9c25575 commit cff69d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scantext/templates/scantext/license_detail.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ <h1 class="title is-4">License Detection Summary</h1>
3434
<div class="card-header is-flex is-justify-content-space-between">
3535
<div class="card-header-title" title="{{ license.short_name }}">
3636
{% if license.homepage_url %}
37-
<a href="{{ license.homepage_url }}">{{ license.name }}</a>
38-
{% else %} {{ license.name }} {% endif %}
37+
<a href="{{ license.homepage_url }}" title="{{ license.name }} ({{ license.short_name }})">{{ license.short_name }}</a>
38+
{% else %} {{ license.short_name }} {% endif %}
3939
</div>
4040
<div class="is-flex is-justify-content-row is-align-items-center">
4141
<p class="lines tag is-6 mx-1 is-light is-info">

0 commit comments

Comments
 (0)