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

« back to all changes in this revision

Viewing changes to src/webui/templates/device/removal.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:
30
30
    <button class="btn" type="submit" data-qa-id="delete_this_device">
31
31
      <span><span>{% trans "Delete this device" %}</span></span>
32
32
    </button>
33
 
    {% trans "or" %} <a data-qa-id="cancel_deleting_this_device" href="{{ device_list_path }}">{% trans "cancel" %}</a>
 
33
    {% trans "or" %}
 
34
    <a data-qa-id="cancel_deleting_this_device" href="{{ device_list_path }}">{% trans "cancel" %}</a>
34
35
  </p>
35
36
</form>
36
37