mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +02:00
Update detail_table_fieldset.html
This commit is contained in:
parent
f001331820
commit
54072a479e
1 changed files with 15 additions and 0 deletions
|
@ -51,6 +51,21 @@ This is using a custom implementation fieldset.html (see admin/fieldset.html)
|
|||
<td>{{ contact.title }}</td>
|
||||
<td>{{ contact.email }}</td>
|
||||
<td>{{ contact.phone }}</td>
|
||||
{# Copy button for the email #}
|
||||
<td class="font-size-sm">
|
||||
<input class="dja-clipboard-input" type="hidden" value="{{ contact.email }}">
|
||||
<button
|
||||
class="usa-button usa-button--unstyled usa-button__icon usa-button__clipboard text-no-underline"
|
||||
type="button"
|
||||
>
|
||||
<svg
|
||||
class="usa-icon"
|
||||
>
|
||||
<use aria-hidden="true" xlink:href="{%static 'img/sprite.svg'%}#content_copy"></use>
|
||||
</svg>
|
||||
Copy email
|
||||
</button>
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue