Skip to content

Commit

Permalink
Added http:// before links
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders Janmyr committed Mar 30, 2015
1 parent 6995fc8 commit c3314cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions confd/templates/index.html.tmpl
Expand Up @@ -28,13 +28,13 @@
background: darkgray;
}
a, a:visited {
color: white;
color: lime;
}
a:hover {
color: blue;
}
a:active {
color: green;
color: cyan;
}
</style>
</head>
Expand All @@ -48,7 +48,7 @@
{{ if $webPortMapping }}
{{ $port := (index $webPortMapping 0).HostPort }}
<li>
<a href="{{$machine}}:{{$port}}">{{base $c.Name}}</a>
<a href="http://{{$machine}}:{{$port}}">{{base $c.Name}}</a>
</li>
{{ else }}
<li>{{base $c.Name}}</li>
Expand Down

0 comments on commit c3314cd

Please sign in to comment.