Skip to content

Commit

Permalink
reports: add more space between screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
boklm committed Mar 21, 2014
1 parent b0e52bd commit 5d0b5fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tmpl/report.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h1>Screenshots</h1>
[% IF test.screenshots && test.screenshots.size %]
<h3>[% test.name %]</h3>
[% FOREACH screenshot IN test.screenshots %]
<a href="results-[% tbbfile %]/[% screenshot %]"><img src="results-[% tbbfile %]/t-[% screenshot %]" /></a><br />
<a href="results-[% tbbfile %]/[% screenshot %]"><img src="results-[% tbbfile %]/t-[% screenshot %]" /></a><br /><br />
[% END %]
[% END %]
[% END %]
Expand Down
2 changes: 1 addition & 1 deletion tmpl/screenshots.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<h1>[% tbbfile %]</h1>
[% FOREACH test IN tbbfiles.$tbbfile.tests %]
[% FOREACH screenshot IN test.screenshots %]
<a href="results-[% tbbfile %]/[% screenshot %]"><img src="results-[% tbbfile %]/t-[% screenshot %]" /></a><br />
<a href="results-[% tbbfile %]/[% screenshot %]"><img src="results-[% tbbfile %]/t-[% screenshot %]" /></a><br /><br />
[% END %]
[% END %]
<hr />
Expand Down

0 comments on commit 5d0b5fb

Please sign in to comment.