From 64e84e6a7bcfc5e5c1e24101f1ed3a8ab2dc36f6 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Tue, 30 Dec 2014 16:54:10 +0100 Subject: [PATCH] Making repository links in about page clickable --- app/views/welcome/about.slim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/welcome/about.slim b/app/views/welcome/about.slim index fbeaf70..67502cd 100644 --- a/app/views/welcome/about.slim +++ b/app/views/welcome/about.slim @@ -20,7 +20,8 @@ ul - @package_sources.each do |repo| - li #{repo[:description]} (#{repo[:url]}) + li + a href=repo[:url] =repo[:description] h2 Who is using this site?