mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 10:58:25 -04:00
make invite button on org team consistent
This commit is contained in:
@@ -11,16 +11,9 @@
|
|||||||
|
|
||||||
{% block maincolumn_content %}
|
{% block maincolumn_content %}
|
||||||
|
|
||||||
<div class="grid-row bottom-gutter">
|
|
||||||
<div class="column-two-thirds">
|
|
||||||
<h1 class="heading-large">
|
<h1 class="heading-large">
|
||||||
Team members
|
Team members
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
|
||||||
<div class="column-one-third">
|
|
||||||
<a href="{{ url_for('.invite_org_user', org_id=current_org.id) }}" class="button align-with-heading">Invite team member</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{% if show_search_box %}
|
{% if show_search_box %}
|
||||||
<div data-module="autofocus">
|
<div data-module="autofocus">
|
||||||
@@ -58,6 +51,8 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="js-stick-at-bottom-when-scrolling">
|
||||||
|
<a href="{{ url_for('.invite_org_user', org_id=current_org.id) }}" class="button">Invite team member</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user