We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feda3c3 commit d3fad45Copy full SHA for d3fad45
1 file changed
views/dashboard.jade
@@ -62,10 +62,10 @@ block content
62
each link, index in project.links
63
-link = link.replace(' ','')
64
if(index != project.links.length - 1)
65
- a(href=link.replace(/^[^hh]/, 'http://$&'), target="blank")= link
+ a(href=link.replace(/^[^hH]ttp/, 'http://$&'), target="blank")= link
66
| |
67
else
68
69
70
71
0 commit comments