Skip to content

Commit

Permalink
Removed business names from org about page #2880
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Dec 12, 2024
1 parent b5c7768 commit c035a38
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions grails-app/views/organisation/_about.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,12 @@
</div>

<div class="col-6">
<g:if test="${organisation.businessNames}">
<g:each in="${organisation.businessNames}" var="name">
<p>Business name: ${name}</p>
</g:each>
</g:if>

<g:if test="${organisation.orgType}">
<p>Organisation type: ${organisation.orgType}</p>
</g:if>
<g:if test="${organisation.contractNames}">
<g:each in="${organisation.contractNames}" var="name">
<p>Contract name: ${name}</p>
<p>Contracted recipient name: ${name}</p>
</g:each>
</g:if>

Expand Down

0 comments on commit c035a38

Please sign in to comment.