Skip to content

Commit

Permalink
Fix assets help text using same model name #2133
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Jan 14, 2021
1 parent fac6f0c commit e8eaaa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grails-app/views/project/meriPlan/_assets.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<tr class="header">
<th class="index"></th>
<g:if test="${fromPriorities && useCategorySelection}">
<th class="asset-category required">Asset Type <g:if test="${helpText}"> <fc:iconHelp html="true" container="body">${helpText}</fc:iconHelp></g:if></th>
<th class="asset-category required">Asset Type <g:if test="${assetCategoryHelpText}"> <fc:iconHelp html="true" container="body">${assetCategoryHelpText}</fc:iconHelp></g:if></th>
</g:if>
<th class="${assetClass} required">${assetHeading ?: "Please name the species, ecological community or environmental asset(s) the project is targeting"}<g:if test="${helpText}"> <fc:iconHelp html="true" container="body">${helpText}</fc:iconHelp></g:if></th>
<th class="${assetClass} required">${assetHeading ?: "Please name the species, ecological community or environmental asset(s) the project is targeting"}<g:if test="${assetHelpText}"> <fc:iconHelp html="true" container="body">${assetHelpText}</fc:iconHelp></g:if></th>

<th class="remove"></th>
</tr>
Expand Down

0 comments on commit e8eaaa7

Please sign in to comment.