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

« back to all changes in this revision

Viewing changes to openstack_dashboard/templates/_header.html

  • Committer: Package Import Robot
  • Author(s): Adam Gandelman
  • Date: 2013-09-06 11:59:43 UTC
  • mfrom: (1.1.30)
  • Revision ID: package-import@ubuntu.com-20130906115943-h3td0l7tp16mb9oc
Tags: 1:2013.2~b3-0ubuntu1
* New upstream release.
* debian/control: Minimum python-openstack-auth version >= 1.1.1.
* debian/control: Add python-troveclient.
* debian/static: Refresh static assets for 2013.2~b3.
* debian/patches: ubuntu_local_settings.patch -> ubuntu_settings.patch, also
  patch location of secret key in openstack_dashboard/settings.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{% load i18n %}
2
2
{% load url from future %}
3
3
<div id="user_info" class="pull-right">
4
 
  <span>{% trans "Logged in as" %}: {{ request.user.username }}</span>
 
4
  <span>{% blocktrans with username=request.user.username %}Logged in as: {{ username }}{% endblocktrans %}</span>
5
5
  <a href="{% url 'horizon:settings:user:index' %}">{% trans "Settings" %}</a>
6
6
  {% if HORIZON_CONFIG.help_url %}
7
7
  <a href="{{ HORIZON_CONFIG.help_url }}" target="_new">{% trans "Help" %}</a>