View Primary Point of Contact (PoC)

This commit is contained in:
George Drummond
2019-03-18 13:41:24 -04:00
parent 6d43153785
commit e3bd965916
3 changed files with 58 additions and 21 deletions

View File

@@ -0,0 +1,23 @@
<div class="panel">
<div class="panel__content">
<h2>Primary Point of Contact</h2>
<p>The PoC has the ability to edit all aspects of a portfolio.</p>
<p>
<strong>
{{ portfolio.owner.first_name }}
{{ portfolio.owner.last_name }}
</strong>
<br />
{{ portfolio.owner.email }}
<br />
{{ portfolio.owner.phone_number | usPhone }}
</p>
<div class="flex-reverse-row">
<a class="usa-button-primary">
Update Primary PoC
</a>
</div>
</div>
</div>