~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/filesystem/diff/__init__.py

  • Committer: William Grant
  • Date: 2009-05-18 11:32:44 UTC
  • Revision ID: grantw@unimelb.edu.au-20090518113244-guz47x7y2pc2ks95
Put Subversion diffs and logs in the Files tab.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
class DiffView(XHTMLView):
35
35
    '''A view to present a nice XHTML Subversion diff from a user's jail.'''
36
36
    template = 'template.html'
 
37
    tab = 'files'
37
38
 
38
39
    def __init__(self, req, path):
39
40
        self.path = path