~ubuntu-branches/ubuntu/trusty/horizon/trusty

« back to all changes in this revision

Viewing changes to horizon/templates/horizon/common/_sidebar.html

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-03-09 11:50:22 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20120309115022-ymiww5i58rbg97my
Tags: 2012.1~rc1~20120308.1479-0ubuntu1
* New upstream version.
* debian/rules: Fix symlink when installing horizon.
  (LP: #947118)
* debian/control: Add python-django-nose as a dep. (LP: #944235)
* debian/control: Fix broken depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
<div class='sidebar'>
4
4
  <h1 class="brand clearfix"><a href="{% url horizon:user_home %}">{% trans "OpenStack Dashboard" %}</a></h1>
5
 
  <div class='clearfix'>
6
 
    <ul class="nav nav-tabs">
7
 
      {% horizon_main_nav %}
8
 
    </ul>
9
 
  </div>
 
5
 
 
6
  {% horizon_main_nav %}
10
7
 
11
8
  {% if request.horizon.dashboard.supports_tenants %}
12
9
  <div id="tenant_switcher" class="dropdown switcher_bar" tabindex='1'>