Remove save button and move footer into file with env panel
This commit is contained in:
parent
4c40c9238e
commit
aab01b3947
@ -152,3 +152,11 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="panel__footer">
|
||||||
|
<div class="action-group">
|
||||||
|
<a class='icon-link'>
|
||||||
|
{{ "portfolios.applications.add_environment" | translate }}
|
||||||
|
{{ Icon('plus-circle-solid') }}
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
@ -68,15 +68,7 @@
|
|||||||
|
|
||||||
{% if user_can(permissions.EDIT_APPLICATION) %}
|
{% if user_can(permissions.EDIT_APPLICATION) %}
|
||||||
{% include "fragments/applications/edit_environments.html" %}
|
{% include "fragments/applications/edit_environments.html" %}
|
||||||
<div class="panel__footer">
|
|
||||||
<div class="action-group">
|
|
||||||
<button class="usa-button usa-button-primary" tabindex="0" type="submit">{{ 'portfolios.applications.update_button_text' | translate }}</button>
|
|
||||||
<a class='icon-link'>
|
|
||||||
{{ "portfolios.applications.add_environment" | translate }}
|
|
||||||
{{ Icon('plus') }}
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{% elif user_can(permissions.VIEW_ENVIRONMENT) %}
|
{% elif user_can(permissions.VIEW_ENVIRONMENT) %}
|
||||||
{% include "fragments/applications/read_only_environments.html" %}
|
{% include "fragments/applications/read_only_environments.html" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user