Add fields to panel heading
This commit is contained in:
parent
72d5726885
commit
391060b07f
@ -16,7 +16,6 @@
|
||||
level="info"
|
||||
) %}
|
||||
|
||||
|
||||
<div class='panel'>
|
||||
<div class='panel__heading'>
|
||||
<h1 class='h2'>
|
||||
@ -26,7 +25,10 @@
|
||||
{{ member_name }}
|
||||
{% end %}
|
||||
</h1>
|
||||
<div>Workspace Role</span> <span class="label">{{member_workspace_role}}</div>
|
||||
<div>Workspace Role <span class="label">{{member_workspace_role}}</span></div>
|
||||
<span>DOD ID: {{ member_id }}</span>
|
||||
<div>Email: {{ member_email }}</div>
|
||||
<span><a href="#" class="icon-link">edit account details</a></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -59,6 +61,14 @@
|
||||
<span>no access </span><a href="#" class="icon-link">set role</a>
|
||||
</div>
|
||||
</li>
|
||||
<li class='block-list__item project-list-item__environment'>
|
||||
<span class='project-list-item__environment'>
|
||||
Sandbox
|
||||
</span>
|
||||
<div class='project-list-item__environment__actions'>
|
||||
<span>no access</span><a href="#" class="icon-link">set role</a>
|
||||
</div>
|
||||
</li>
|
||||
<li class='block-list__item project-list-item__environment'>
|
||||
<span class='project-list-item__environment'>
|
||||
Production
|
||||
|
Loading…
x
Reference in New Issue
Block a user