Merge lp:~jjacobs/frack/1061928-phantom-ticket-status into lp:frack

Proposed by Jonathan Jacobs
Status: Needs review
Proposed branch: lp:~jjacobs/frack/1061928-phantom-ticket-status
Merge into: lp:frack
Diff against target: 19 lines (+6/-0)
1 file modified
webclient/frack/resources/ticketbox.html (+6/-0)
To merge this branch: bzr merge lp:~jjacobs/frack/1061928-phantom-ticket-status
Reviewer Review Type Date Requested Status
Allen Short Approve
Review via email: mp+130700@code.launchpad.net

Description of the change

Only render ticket status elements if the particular status has a value.

To post a comment you must log in.
Revision history for this message
Allen Short (washort) :
review: Approve

Unmerged revisions

37. By Jonathan Jacobs

Only render ticket status elements if the particular status has a value.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'webclient/frack/resources/ticketbox.html'
2--- webclient/frack/resources/ticketbox.html 2012-05-02 20:24:25 +0000
3+++ webclient/frack/resources/ticketbox.html 2012-10-21 13:35:20 +0000
4@@ -3,9 +3,15 @@
5 Ticket #{{id}}
6 </span>
7 <span class="statuses">
8+ {{#type}}
9 <span class="type">{{type}}</span>
10+ {{/type}}
11+ {{#status}}
12 <span class="status">{{status}}</span>
13+ {{/status}}
14+ {{#resolution}}
15 <span class="resolution">{{resolution}}</span>
16+ {{/resolution}}
17 </span>
18 </h1>
19 <div id="ticket">

Subscribers

People subscribed via source and target branches

to all changes: