Skip to content

Commit

Permalink
Prefer "project [branch](rivision)" to be same as /recent
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Mar 20, 2014
1 parent 514fa2e commit a548fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/tmpl/rss.xml.tx
Expand Up @@ -8,7 +8,7 @@
<generator>Ukigumo::Server</generator>
: for $reports -> $v {
<item>
<title><: $v.project :>-<: $v.branch :> <: $v.revision :> <: $v.status | status_str :></title>
<title><: $v.project :> [<: $v.branch :>](<: $v.revision :>) <: $v.status | status_str :></title>
<link><: abs_uri_for('/report/' ~ $v.report_id) :></link>
<date><: $v.ctime | ctime_cc_str :></date>
<description><pre><: $v.body :></pre></description>
Expand Down

0 comments on commit a548fc2

Please sign in to comment.