Move files into applications/fragments
This commit is contained in:
parent
0f0d9464d8
commit
f76fd0b567
@ -12,9 +12,9 @@
|
|||||||
new_member_form,
|
new_member_form,
|
||||||
action) %}
|
action) %}
|
||||||
|
|
||||||
<div class="subheading" id="application-members">
|
<h3 id="application-members">
|
||||||
{{ 'portfolios.applications.settings.team_members' | translate }}
|
{{ 'portfolios.applications.settings.team_members' | translate }}
|
||||||
</div>
|
</h3>
|
||||||
|
|
||||||
{% if g.matchesPath("application-members") %}
|
{% if g.matchesPath("application-members") %}
|
||||||
{% include "fragments/flash.html" %}
|
{% include "fragments/flash.html" %}
|
||||||
@ -143,7 +143,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{% for env in member.environment_roles %}
|
{% for env in member.environment_roles %}
|
||||||
{{ env.environment_name }}{% if not env == member.environment_roles[-1]%},{% endif %}
|
{{ env.environment_name }}<br>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
@ -2,7 +2,7 @@
|
|||||||
{% extends "applications/base.html" %}
|
{% extends "applications/base.html" %}
|
||||||
|
|
||||||
|
|
||||||
{% from "fragments/members.html" import MemberManagementTemplate with context %}
|
{% from "applications/fragments/members.html" import MemberManagementTemplate with context %}
|
||||||
{% set secondary_breadcrumb = 'portfolios.applications.new_application_title' | translate %}
|
{% set secondary_breadcrumb = 'portfolios.applications.new_application_title' | translate %}
|
||||||
|
|
||||||
{% block portfolio_header %}
|
{% block portfolio_header %}
|
||||||
@ -37,4 +37,3 @@
|
|||||||
</span>
|
</span>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
{% from "components/alert.html" import Alert %}
|
{% from "components/alert.html" import Alert %}
|
||||||
{% from "components/delete_confirmation.html" import DeleteConfirmation %}
|
{% from "components/delete_confirmation.html" import DeleteConfirmation %}
|
||||||
{% from "fragments/environments.html" import EnvironmentManagementTemplate %}
|
{% from "applications/fragments/environments.html" import EnvironmentManagementTemplate with context %}
|
||||||
{% from "fragments/members.html" import MemberManagementTemplate with context %}
|
{% from "applications/fragments/members.html" import MemberManagementTemplate with context %}
|
||||||
{% from "components/modal.html" import Modal %}
|
{% from "components/modal.html" import Modal %}
|
||||||
{% from "components/pagination.html" import Pagination %}
|
{% from "components/pagination.html" import Pagination %}
|
||||||
{% from "components/save_button.html" import SaveButton %}
|
{% from "components/save_button.html" import SaveButton %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user