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

« back to all changes in this revision

Viewing changes to ivle/webapp/admin/subject.py

  • Committer: William Grant
  • Date: 2009-07-05 10:15:07 UTC
  • mto: (1294.4.2 ui-the-third)
  • mto: This revision was merged to the branch mainline in revision 1353.
  • Revision ID: grantw@unimelb.edu.au-20090705101507-b1136topin21e1cr
Add a UserBreadcrumb.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
from ivle.webapp.admin.traversal import (root_to_subject,
50
50
            subject_to_offering, offering_to_projectset, offering_to_project,
51
51
            subject_url, offering_url, projectset_url, project_url)
52
 
from ivle.webapp.admin.breadcrumbs import SubjectBreadcrumb, OfferingBreadcrumb
 
52
from ivle.webapp.admin.breadcrumbs import (SubjectBreadcrumb,
 
53
            OfferingBreadcrumb, UserBreadcrumb)
53
54
 
54
55
class SubjectsView(XHTMLView):
55
56
    '''The view of the list of subjects.'''
235
236
 
236
237
    breadcrumbs = {Subject: SubjectBreadcrumb,
237
238
                   Offering: OfferingBreadcrumb,
 
239
                   User: UserBreadcrumb,
238
240
                   }
239
241
 
240
242
    tabs = [