Making repository links in about page clickable
This commit is contained in:
parent
56df10224b
commit
64e84e6a7b
1 changed files with 2 additions and 1 deletions
|
|
@ -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?
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue