diff options
Diffstat (limited to 'app/templates/packages/view.html')
| -rw-r--r-- | app/templates/packages/view.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html index b118046..181ae99 100644 --- a/app/templates/packages/view.html +++ b/app/templates/packages/view.html @@ -188,7 +188,8 @@ <li> {% if not rel.approved %}<i>{% endif %} - <a href="{{ rel.url }}">{{ rel.title }}</a>, + <a href="{{ rel.url }}">{{ rel.title }}</a>{% if rel.commit_hash %} + [{{ rel.commit_hash | truncate(5, end='') }}]{% endif %}, created {{ rel.releaseDate | datetime }}. {% if rel.task_id %} <a href="{{ url_for('check_task', id=rel.task_id, r=package.getDetailsURL()) }}">Importing...</a> |
