~ubuntu-branches/ubuntu/quantal/horizon/quantal-security

« back to all changes in this revision

Viewing changes to openstack_dashboard/templates/_header.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:
1
1
{% load i18n %}
2
2
<div id="user_info" class="pull-right">
3
 
  <span>Logged in as: {{ request.user.username }}.</span>
 
3
  <span>Logged in as: {{ request.user.username }}</span>
4
4
  <a href="{% url horizon:settings:user:index %}">{% trans "Settings" %}</a>
5
5
  <a href="{% url horizon:auth_logout %}">{% trans "Sign Out" %}</a>
6
6
  {% include "horizon/common/_region_selector.html" %}