From 090a88021db68e5463d76ce1cf53daf8c455ebe1 Mon Sep 17 00:00:00 2001 From: EmilMorua Date: Mon, 14 Aug 2023 11:04:27 +0500 Subject: [PATCH 1/2] [#302] add tag to open link in new tab --- templates/contributor_details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/contributor_details.html b/templates/contributor_details.html index cdc5076e..eeff8d99 100644 --- a/templates/contributor_details.html +++ b/templates/contributor_details.html @@ -15,7 +15,7 @@
{% if contributor.name %}

{{ contributor.name }}

{% endif %}

{{ contributor.login }}

- + GitHub

From 2a38fff1978f8e241eb0581069173b63c0fb739a Mon Sep 17 00:00:00 2001 From: EmilMorua Date: Mon, 14 Aug 2023 11:21:21 +0500 Subject: [PATCH 2/2] add tag to open link in new tab --- templates/repository_details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repository_details.html b/templates/repository_details.html index a5c6e693..9143f8de 100644 --- a/templates/repository_details.html +++ b/templates/repository_details.html @@ -20,7 +20,7 @@ {{ repository.project }}
{% endif %} - GitHub + GitHub {% include 'components/repo_tags_list.html' %}

{% trans "Contributors" %}