Merge pull request #828 from dod-ccpo/save-admin-table

Place submit button inside form element for portfolio admin table
This commit is contained in:
dandds 2019-05-16 12:51:58 -04:00 committed by GitHub
commit 722bd5d524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,6 @@
</table>
</div>
{% endif %}
</form>
<div class="panel__footer">
<div class="action-group save">
@ -65,15 +64,17 @@
{% endif %}
{% if user_can(permissions.CREATE_PORTFOLIO_USERS) %}
{% include "fragments/admin/add_new_portfolio_member.html" %}
<a class="icon-link modal-link" v-on:click="openModal('add-port-mem')">
{{ "portfolios.admin.add_new_member" | translate }}
{{ Icon("plus") }}
</a>
{% endif %}
</div>
</div>
</form>
{% if user_can(permissions.CREATE_PORTFOLIO_USERS) %}
{% include "fragments/admin/add_new_portfolio_member.html" %}
{% endif %}
{% if user_can(permissions.EDIT_PORTFOLIO_USERS) %}
{% for member in portfolio.members %}