We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c25575 commit 49fe7a5Copy full SHA for 49fe7a5
scantext/admin.py
scantext/templates/scantext/license_detail.html
@@ -34,8 +34,8 @@ <h1 class="title is-4">License Detection Summary</h1>
34
<div class="card-header is-flex is-justify-content-space-between">
35
<div class="card-header-title" title="{{ license.short_name }}">
36
{% if license.homepage_url %}
37
- <a href="{{ license.homepage_url }}">{{ license.name }}</a>
38
- {% else %} {{ license.name }} {% endif %}
+ <a href="{{ license.homepage_url }}" title="{{ license.name }} ({{ license.short_name }})">{{ license.short_name }}</a>
+ {% else %} {{ license.short_name }} {% endif %}
39
</div>
40
<div class="is-flex is-justify-content-row is-align-items-center">
41
<p class="lines tag is-6 mx-1 is-light is-info">
0 commit comments