~mabac/launchpad-work-items-tracker/linaro-roadmap-layout-fixes

« back to all changes in this revision

Viewing changes to templates/roadmap_lane.html

  • Committer: Mattias Backman
  • Date: 2011-11-03 15:48:13 UTC
  • Revision ID: mattias.backman@linaro.org-20111103154813-vxlvj9qq8dscant3
Get only the first paragraph of description and acceptance criteria. Add url to Papyrs document to card view. Prepare for card health check.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
        <a href="roadmap-card-${card_dict['card'].roadmap_id}.html">${card_dict['card'].name}</a>
29
29
    </th></tr>
30
30
</thead>
31
 
    <tr><td colspan=2>${card_dict['card'].description[:150]} <a href="roadmap-card-${card_dict['card'].roadmap_id}.html">...</a></td></tr>
 
31
    <tr><td colspan=2>${card_dict['card'].description} <a href="roadmap-card-${card_dict['card'].roadmap_id}.html">...</a></td></tr>
32
32
    <tr><td>
33
33
% for bp_status in card_dict['blueprints'].keys():
34
34
        ${'%s: %d ' % (bp_status, len(card_dict['blueprints'][bp_status])) if len(card_dict['blueprints'][bp_status]) > 0 else ''}