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

« back to all changes in this revision

Viewing changes to ivle/webapp/help/__init__.py

Add tabs to the new framework. Move the app icons into the apps themselves.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
        ('+help/*path', HelpView)
75
75
    ]
76
76
 
 
77
    tabs = [
 
78
        ('help', 'Help', 'IVLE help pages', 'help.png', '+help', 100)
 
79
    ]
 
80
 
77
81
    media = 'media'