diff options
author | Johan Lundberg <lundberg@nordu.net> | 2014-04-02 17:25:00 +0200 |
---|---|---|
committer | Johan Lundberg <lundberg@nordu.net> | 2014-04-02 17:25:00 +0200 |
commit | 6acc69b519422171eb661edbe192bf2074ce6d8f (patch) | |
tree | 7019e88b74a2d38a75d6d3db22f1bad90323ae1e /templates/base.html | |
parent | 58eae4e6c78bc69c20795da5a96fe2e251e47bf5 (diff) |
Added more views for content.
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 90d516e..e0c4695 100644 --- a/templates/base.html +++ b/templates/base.html @@ -87,8 +87,12 @@ <div class="span3"> <ul class="unstyled"> <li><h3>Users</h3></li> - <li><a class="tip" title="Your list of meeting resources.." href="/rooms">My Profile</a></li> + <li><a class="tip" title="Your list of meeting resources..." href="/rooms">My Profile</a></li> + <li><a class="tip" title="Your list of uploaded files and recordings..." href="/content">My Files</a></li> <li><a class="tip" title="Find out how much you use e-meetings..." href="/stats">Usage Statistics</a></li> + {% if user.is_staff %} + <li><a class="tip" title="Find out how much data each cluster stores..." href="/content/cluster">Cluster Storage</a></li> + {% endif %} <li><a class="tip" title="Logout" id="logout" href="/accounts/logout">Logout</a></li> </ul> </div> |