~benji/charmworld/bug-1229179

« back to all changes in this revision

Viewing changes to charmworld/views/bundles.py

  • Committer: Brad Crittenden
  • Date: 2013-10-24 21:06:46 UTC
  • mfrom: (428.1.4 show-bundle-changes)
  • Revision ID: bac@canonical.com-20131024210646-njswiswwmfe6z17h
Add changelog to bundle page.

R=benji
CC=
https://codereview.appspot.com/16690043

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
from charmworld.views.helpers import (
10
10
    find_bundle,
11
11
    found,
 
12
    format_change,
12
13
)
13
14
 
14
15
 
101
102
    readme, readme_ext = bundle.readme_info(request.db)
102
103
    return dict(
103
104
        bundle=bundle,
 
105
        format_change=format_change,
104
106
        icon_path=bundle.icon_path(request),
105
107
        is_owner=is_owner,
106
108
        readme=readme,