File tree Expand file tree Collapse file tree
src/app/components/metadata/agents Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 >
3030 < ng-container >
3131 @if (entity() | isAgentInEntity: agent) {
32- < small > (already added, see below to edit)</ small >
32+ < small class =" text-blue " > (already added, see below to edit)</ small >
3333 }
3434 < span > {{ agent.fullName }}</ span >
3535 @if (agent.mostRecentContactRef; as ref) {
6666 [disabled] ="entity() | isAgentInEntity: agent "
6767 >
6868 @if (entity() | isAgentInEntity: agent) {
69- < small > (already added, see below to edit)</ small >
69+ < small class =" text-blue " > (already added, see below to edit)</ small >
7070 }
7171 {{ agent.fullName }}
7272 @if (agent.mostRecentContactRef; as ref) {
137137 [disabled] ="entity() | isAgentInEntity: agent "
138138 >
139139 @if (entity() | isAgentInEntity: agent) {
140- < small > (already added, see below to edit)</ small >
140+ < small class =" text-blue " > (already added, see below to edit)</ small >
141141 }
142142 {{ agent.name }}
143143 @if (agent.mostRecentAddress; as addr) {
You can’t perform that action at this time.
0 commit comments