mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Refactor sticky button into component
This commit is contained in:
@@ -35,3 +35,9 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endmacro %}
|
||||
|
||||
{% macro sticky_page_footer(button_text=None) %}
|
||||
<div class="js-stick-at-bottom-when-scrolling">
|
||||
{{ page_footer(button_text) }}
|
||||
</div>
|
||||
{% endmacro %}
|
||||
|
||||
Reference in New Issue
Block a user