Sha256: 5a9498eafd6e080b20785cb18f6d401b2520df988b39abb803b6b46bfac42ea8

Contents?: true

Size: 1.28 KB

Versions: 15

Compression:

Stored size: 1.28 KB

Contents

<td class="table-margin"></td>
<td class="ticket-testingPriority">{{#if canClose}}<a class="ticket-set-priority fa-arrow-up" data-priority="high"></a><a class="ticket-set-priority fa-arrow-down" data-priority="low"></a>{{else}}<i class="fa fa-arrow-up"></i><i class="fa fa-arrow-down"></i>{{/if}}</td>
<td class="ticket-project"><b class="bubble {{projectColor}}"></b> {{projectTitle}}</td>
<td class="ticket-summary">
  {{{formatTicketSummary summary}}}
  <a href="{{ticketUrl}}" target="_blank" rel="tooltip" data-tooltip-placement="right" data-original-title="View in {{ticketSystem}}">[#{{number}}]</a>
  {{#if canClose}}
    <button class="reopen-button btn btn-mini">Reopen</button>
    <button class="close-button btn btn-mini">Close</button>
  {{/if}}
</td>
<td class="ticket-deployment">{{#if deployment}}<span class="label label-inverse">{{deployment}}</span>{{/if}}</td>
<td class="ticket-due-date">{{#if dueDate}}
  <span class="hidden-text">{{dueDate}}</span>
  <span class="ticket-due-date">{{formatDate dueDate}}</span>
{{/if}}</td>
<td class="ticket-participants">{{#committers}} <span class="committer-avatar">{{{avatar email 24 name}}}</span>{{/committers}}</td>
{{#testerVerdicts}}
  <td class="ticket-participants">{{> testerVerdict}}</td>
{{/testerVerdicts}}
<td class="table-margin"></td>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
houston-core-0.7.0.beta3 app/assets/templates/testing_report/ticket.hbs
houston-core-0.7.0.beta2 app/assets/templates/testing_report/ticket.hbs
houston-core-0.7.0.beta app/assets/templates/testing_report/ticket.hbs
houston-core-0.6.3 app/assets/templates/testing_report/ticket.hbs
houston-core-0.6.2 app/assets/templates/testing_report/ticket.hbs
houston-core-0.6.1 app/assets/templates/testing_report/ticket.hbs
houston-core-0.6.0 app/assets/templates/testing_report/ticket.hbs
houston-core-0.5.6 app/assets/templates/testing_report/ticket.hbs
houston-core-0.5.5 app/assets/templates/testing_report/ticket.hbs
houston-core-0.5.4 app/assets/templates/testing_report/ticket.hbs
houston-core-0.5.3 app/assets/templates/testing_report/ticket.hbs
houston-core-0.5.2 app/assets/templates/testing_report/ticket.hbs
houston-core-0.5.1 app/assets/templates/testing_report/ticket.hbs
houston-core-0.5.0 app/assets/templates/testing_report/ticket.hbs
houston-core-0.5.0.beta1 app/assets/templates/testing_report/ticket.hbs