~mnordhoff/loggerhead/cheezum

« back to all changes in this revision

Viewing changes to loggerhead/controllers/annotate_ui.py

merge the new theme created by Martin Albisetti
(this work sponsored by Canonical)

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
            'navigation': navigation,
71
71
            'change': h.get_changes([ revid ])[0],
72
72
            'contents': list(h.annotate_file(file_id, revid)),
 
73
            'fileview_active': True,
73
74
        }