Merge pull request #1114 from dod-ccpo/app-settings-styling_part-2

App settings styling - environments table
This commit is contained in:
leigh-mil
2019-10-16 18:10:09 -04:00
committed by GitHub
14 changed files with 191 additions and 282 deletions

View File

@@ -168,7 +168,7 @@
</tbody>
</table>
{% if user_can_create_app_member %}
<a class="usa-button usa-button-secondary create-member" v-on:click="openModal('{{ new_member_modal_name }}')">
<a class="usa-button usa-button-secondary add-new-button" v-on:click="openModal('{{ new_member_modal_name }}')">
{{ "portfolios.applications.add_member" | translate }}
</a>
{% endif %}