Skip to content

Commit 49fe7a5

Browse files
committed
changed card title from name to short_name
Signed-off-by: Akhil Raj <[email protected]>
1 parent 9c25575 commit 49fe7a5

File tree

2 files changed

+2
-27
lines changed

2 files changed

+2
-27
lines changed

scantext/admin.py

Lines changed: 0 additions & 25 deletions
This file was deleted.

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)