Add link to team settings

This commit is contained in:
leigh-mil 2019-04-30 13:46:43 -04:00
parent 67516b3b55
commit 53bdfc1151
2 changed files with 8 additions and 0 deletions

View File

@ -18,6 +18,12 @@
}
}
.app-team-settings-link {
font-size: $small-font-size;
font-weight: $font-normal;
padding-left: $gap * 2;
}
.environment-role {
padding: $gap * 3;
@ -49,6 +55,7 @@
.environment-role__no-user {
margin: $gap;
padding: ($gap / 2) $gap;
font-weight: $font-normal;
}
}
}

View File

@ -88,6 +88,7 @@
</div>
{% call ToggleSection(section_name="members") %}
<div class='app-team-settings-link'>Need to add someone new to the team? <a href='{{ url_for("applications.team", application_id=application.id) }}'>Jump to Team Settings</a></div>
{% for role, members in members_by_role.items() %}
{{ RolePanel(users=members, role=role) }}
{% endfor %}