~ubuntuone-pqm-team/canonical-identity-provider/trunk

« back to all changes in this revision

Viewing changes to src/webui/templates/widgets/ubuntu/logout-button.html

  • Committer: Tarmac
  • Author(s): Natalia B. Bidart
  • Date: 2013-06-13 00:42:12 UTC
  • mfrom: (922.1.24 more-qa-anchors-for-sso)
  • Revision ID: tarmac-20130613004212-rzryogvwsfzw0h80
[r=elopio] - Adding lots of data-qa-id attrs to several HTML elements for ubuntu, launchpad and ubuntuone templates.
- Bumped revno of u1testutils to 80.
- Unified login/logout template rendering mechanism between ubuntu and launchpad.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{% comment %}
2
 
Copyright 2010, 2012 Canonical Ltd.  This software is licensed under
 
2
Copyright 2010-2013 Canonical Ltd.  This software is licensed under
3
3
the GNU Affero General Public License version 3 (see the file
4
4
LICENSE).
5
5
{% endcomment %}
15
15
{% else %}
16
16
    {% url 'account-index' as account_url %}
17
17
{% endif %}
18
 
{% menu_item "account" user.displayname account_url %}
 
18
{% menu_item "account" user.displayname account_url extra_qa_data_id="user_name" %}
19
19
 
20
20
{% if token and not readonly %}
21
21
    {% url 'account-edit' token=token as edit_url %}