Allow usage in a subdir of a host.
[phorkie.git] / data / templates / display-sidebar-history.htm
index eb844e42ca59d367fbb536c667dec0303573d313..6dda7e0f0ae5b3fb86aff66396f398c300b30d62 100644 (file)
@@ -5,7 +5,7 @@
  <li class="row-fluid {% if commit.hash == repo.hash or (repo.hash == '' and loop.first) %}active{%endif%}">
   {% spaceless %}
   {% for dot in commit.getDots %}
-  <img src="/phorkie/dot-{{dot}}.png" alt="" style="padding-left:1px" width="4" height="4"/>
+  <img src="phorkie/dot-{{dot}}.png" alt="" style="padding-left:1px" width="4" height="4"/>
   {% endfor %}
   {% endspaceless %}
   <a class="hash" href="{{repo.getLink('revision', commit.hash)}}">{{commit.hash|slice(0, 6)}}</a>