Sha256: 258da9f51857889786ebeecaa3f6ef3ac962336dcd5d7ce4b7a7e17f19567e50

Contents?: true

Size: 841 Bytes

Versions: 17

Compression:

Stored size: 841 Bytes

Contents

<tbody>
  {{#each tickets}}
  <tr id="ticket_{{id}}" class="ticket" rel="ticket" data-number="{{number}}">
    <td class="table-margin"></td>
    <td class="ticket-number">#{{number}}</td>
    <td class="ticket-type ticket-type-{{type}}"></td>
    <td class="ticket-reporter">{{{avatar reporter/email 24 reporter/name}}}</td>
    <td class="ticket-summary">{{summary}}</td>
    <td class="ticket-milestone">{{#milestone}}
      <!-- TMI: knowledge of roadmap module -->
      <a href="/roadmap/milestones/{{id}}">{{name}}</a>
    {{/milestone}}</td>
    <td class="ticket-antecedents">{{{summarizeAntecedents antecedents}}}</td>
    <td class="ticket-opened date">{{{formatDateWithYear openedAt}}}</td>
    <td class="ticket-closed date">{{{formatDateWithYear closedAt}}}</td>
    <td class="table-margin"></td>
  </tr>
  {{/each}}
</tbody>

Version data entries

17 entries across 17 versions & 1 rubygems

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