summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorjoak <joak@nospace.at>2022-08-24 16:43:49 +0200
committerjoak <joak@nospace.at>2022-08-24 16:43:49 +0200
commitbba097f10609fc834089f515ff227307d7353d8a (patch)
tree51a6077dee1824c544cf15b6ce29d832e3942e80 /templates
parent6cc1f657fecd3425983eae4ade9fa535c238e360 (diff)
changes link in work
Diffstat (limited to 'templates')
-rw-r--r--templates/work.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/work.html b/templates/work.html
index f51571b..fc9fc55 100644
--- a/templates/work.html
+++ b/templates/work.html
@@ -15,7 +15,7 @@
<td class="work">{{bag('translation', this.alt, 'format')}}: {{this.format}}</td>
</tr>{% endif %}
{% if this.tfwebsite == True %}<tr>
- <td class="work">{{bag('translation', this.alt, 'website')}}: <a href="{{ this.website }}">{{this.website}}</a></td>
+ <td class="work link">{{bag('translation', this.alt, 'website')}}: <a href="{{ this.website }}">{{this.website}}</a></td>
</tr>{% endif %}
{% if this.tfrepo == True %}<tr>
<td class="work">Repository: <a href="{{ this.website }}">{{this.repo}}</a> </td>