~jkakar/kanban/suppress-uncategorized-lane

« back to all changes in this revision

Viewing changes to kanban/html.py

  • Committer: Jamu Kakar
  • Date: 2011-02-15 11:28:24 UTC
  • mfrom: (20.1.1 needs-release)
  • Revision ID: jkakar@kakar.ca-20110215112824-o31n4s60f4k6j7o1
Merged needs-release [f=719273]

The 'Verified' category has been renamed to 'Needs release'.  'Needs
release' does a better job of describing the action needs to move a
bug tile to the next stage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
    template = environment.get_template("kanban.html")
67
67
    data = {"milestone": milestone,
68
68
            "now": datetime.utcnow().strftime("%a %e %b at %H:%M UTC")}
69
 
    return template.render(**data);
 
69
    return template.render(**data)
70
70
 
71
71
 
72
72
def status_css_class(status):