Skip to content

Commit

Permalink
[UPC#459] fixed relative path to image
Browse files Browse the repository at this point in the history
It failed on anonymous domains
  • Loading branch information
frankiejol committed Nov 21, 2017
1 parent 4c0de26 commit d7aaf57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/main/list_bases2.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
% if ($machine->{screenshot} ) {
<a href="/machine/clone/<%= $machine->{id} %>.html"><img src="<%= $machine->{screenshot} %>" class="img-thumbnail" width="260"></a>
% }else{
<a href="/machine/clone/<%= $machine->{id} %>.html"><img src="img/default_screenshot.png" class="screenshot-default img-thumbnail" width="260"></a>
<a href="/machine/clone/<%= $machine->{id} %>.html"><img src="/img/default_screenshot.png" class="screenshot-default img-thumbnail" width="260"></a>
% }

</div>
Expand Down

0 comments on commit d7aaf57

Please sign in to comment.