mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-12 04:29:44 +02:00
Position edit link on the right
This commit is contained in:
parent
e49e9e706b
commit
b74dc15061
1 changed files with 56 additions and 50 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
<section class="summary-item margin-top-3">
|
<section class="summary-item margin-top-3">
|
||||||
<hr class="" aria-hidden="true" />
|
<hr class="" aria-hidden="true" />
|
||||||
|
<div class="display-flex flex-justify">
|
||||||
|
<div>
|
||||||
<h2 class="summary-item__title
|
<h2 class="summary-item__title
|
||||||
text-primary-dark text-semibold
|
text-primary-dark text-semibold
|
||||||
margin-top-0 margin-bottom-05"
|
margin-top-0 margin-bottom-05"
|
||||||
|
@ -55,13 +57,17 @@
|
||||||
{{ value }}
|
{{ value }}
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
|
||||||
{% if edit_link %}
|
{% if edit_link %}
|
||||||
|
<div class="text-right">
|
||||||
<a
|
<a
|
||||||
href="{{ edit_link }}"
|
href="{{ edit_link }}"
|
||||||
|
class="usa-link"
|
||||||
>
|
>
|
||||||
Edit<span class="sr-only"> {{ title }}</span>
|
Edit<span class="sr-only"> {{ title }}</span>
|
||||||
</a>
|
</a>
|
||||||
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue