Merge lp:~robru/bileto/fix-excuses-link into lp:bileto

Proposed by Robert Bruce Park
Status: Merged
Approved by: Robert Bruce Park
Approved revision: 320
Merged at revision: 320
Proposed branch: lp:~robru/bileto/fix-excuses-link
Merge into: lp:bileto
Diff against target: 11 lines (+1/-1)
1 file modified
tickets/static/index.html (+1/-1)
To merge this branch: bzr merge lp:~robru/bileto/fix-excuses-link
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
CU2D maintainers Pending
Review via email: mp+277299@code.launchpad.net

Commit message

Fix excuses link in audit log.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

PASSED: Continuous integration, rev:320
http://jenkins.qa.ubuntu.com/job/bileto-ci/89/
Executed test runs:

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/bileto-ci/89/rebuild

review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tickets/static/index.html'
2--- tickets/static/index.html 2015-11-10 23:08:28 +0000
3+++ tickets/static/index.html 2015-11-11 22:54:06 +0000
4@@ -170,7 +170,7 @@
5 <a target="_blank" href="{{comment.log_url}}" ng-show="comment.log_url">{{comment.date | date:'yyyy-MM-dd HH:mm:ss Z'}} ({{comment.author}})</a>
6 <span ng-hide="comment.log_url">{{comment.date | date:'yyyy-MM-dd HH:mm:ss Z'}} ({{comment.author}})</span>
7 </strong>
8-<span ng-bind-html="display_status(comment.text)"></span>
9+<span ng-bind-html="display_status(comment.text, req.series)"></span>
10 </div>
11 </div>
12

Subscribers

People subscribed via source and target branches