From 6b49ca26c0df6cccee1ede49b7708f2fe4f49b05 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Wed, 10 Jul 2019 15:00:44 +0200 Subject: [PATCH] Add link title for contributions Enables a user to read the whole title in case it's cut off --- app/components/contribution-list/template.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/contribution-list/template.hbs b/app/components/contribution-list/template.hbs index a654f7b..94a32aa 100644 --- a/app/components/contribution-list/template.hbs +++ b/app/components/contribution-list/template.hbs @@ -37,7 +37,7 @@ ({{contribution.kind}}) {{#if contribution.url}} - {{contribution.description}} + {{contribution.description}} {{else}} {{contribution.description}} {{/if}}