Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
fix(ui): add relationship to issue url hyperlink (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Mar 14, 2024
1 parent 51e39f6 commit d9a9d2e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Contents/Resources/web/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,9 @@ <h2><a class="text-black" role="button" data-bs-toggle="collapse"
<td class="{{ contribute_column_width }}">
{% if item['issue_url'] != None %}
<a href="{{ item['issue_url'] }}" target="_blank"
class="btn btn-sm py-0 px-1 {{ contribute_button_color }}"
role="button">{{ contribute_button_text }}</a>
class="btn btn-sm py-0 px-1 {{ contribute_button_color }}"
rel="noopener noreferrer"
role="button">{{ contribute_button_text }}</a>
{% else %}
{{ _('No known ID') }}
{% endif %}
Expand Down

0 comments on commit d9a9d2e

Please sign in to comment.