Merge ~ya-bo-ng/maas:align-logout-right into maas:master

Proposed by Anthony Dillon
Status: Merged
Approved by: Alberto Donato
Approved revision: 0da9c80eaf6de46998df629ea3ba1883adbd422c
Merge reported by: MAAS Lander
Merged at revision: not available
Proposed branch: ~ya-bo-ng/maas:align-logout-right
Merge into: maas:master
Diff against target: 13 lines (+1/-1)
1 file modified
src/maasserver/templates/maasserver/logout_confirm.html (+1/-1)
Reviewer Review Type Date Requested Status
MAAS Lander Approve
Alberto Donato (community) Approve
Review via email: mp+342285@code.launchpad.net

Commit message

Align the logout buttons to the right.

Description of the change

Align the logout buttons to the right.

To post a comment you must log in.
Revision history for this message
Alberto Donato (ack) wrote :

+1

review: Approve
Revision history for this message
MAAS Lander (maas-lander) wrote :

UNIT TESTS
-b align-logout-right lp:~ya-bo-ng/maas/+git/maas into -b master lp:~maas-committers/maas

STATUS: SUCCESS
COMMIT: 0da9c80eaf6de46998df629ea3ba1883adbd422c

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/src/maasserver/templates/maasserver/logout_confirm.html b/src/maasserver/templates/maasserver/logout_confirm.html
2index de2849a..89661fb 100644
3--- a/src/maasserver/templates/maasserver/logout_confirm.html
4+++ b/src/maasserver/templates/maasserver/logout_confirm.html
5@@ -16,7 +16,7 @@
6 <h1 class="p-heading--three">Logout</h1>
7 <p>Are you sure you want to log out?</p>
8 </header>
9- <form method="post" class="u-no-margin--top">
10+ <form method="post" class="u-no-margin--top u-align--right">
11 {% csrf_token %}
12 <input type="hidden" name="post" value="yes" />
13 <a href="{% url 'index' %}" class="p-button--neutral u-no-margin--top">No</a>

Subscribers

People subscribed via source and target branches