Making repository links in about page clickable

This commit is contained in:
Christoph Haas 2014-12-30 16:54:10 +01:00
parent 56df10224b
commit 64e84e6a7b

View file

@ -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?