-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,7 @@ | ||
{% with "btn btn-ico white-space-nowrap text-decoration-none btn-link text-important px-0" as class_button %} | ||
<button | ||
id="share-siae-list" | ||
class="{{ class_button }} btn_mail_encrypt" | ||
data-next-url="{{ url_share_list }}" | ||
> | ||
<span class="text-decoration-none ml-0">Partager la liste</span> | ||
<i class="ri-mail-send-line ri-lg" title="par e-mail" aria-hidden="true"></i> | ||
</button> | ||
{% endwith %} | ||
|
||
<button | ||
id="share-siae-list" | ||
class="fr-btn fr-btn--secondary fr-btn--icon-right fr-icon-send-plane-fill btn_mail_encrypt" | ||
data-next-url="{{ url_share_list }}" | ||
> | ||
<span class="text-decoration-none ml-0">Partager la liste</span> | ||
</button> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters