Skip to content

Commit

Permalink
template adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed Oct 3, 2013
1 parent b2988c7 commit 47304ad
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions share/tmpl/show_report.tx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@
<div class="row <: $report.status | status_str | lc :>">
<div class="span">
<h1><a href="<: uri_for('/', {project => $report.project}) :>"><: $report.project :></a> [<a href="<: uri_for('/project/' ~ uri($report.project) ~ '/' ~ uri($report.branch)) :>"><: $report.branch :></a>](<: $report.revision :>)
<span style="font-weight:bold; font-size: 130%; color: <: $report.status | status_color :>"><: $report.status | status_str | l :></span>
</h1>
<span style="font-weight:bold; font-size: 130%; color: <: $report.status | status_color :>"><: $report.status | status_str | l :></span>
</h1>
: if $report.vc_log {
<div><pre><: $report.vc_log | html :></pre></div>
<ul>
: for $report.vc_log.split("\n") -> $log {
<li><: $log :></li>
: }
</ul>
<hr />
: }
<pre><: $body :></pre>
Expand Down

0 comments on commit 47304ad

Please sign in to comment.