Skip to content

Commit

Permalink
Update src/iso-registry-client/src/main/webapp/WEB-INF/views/registry…
Browse files Browse the repository at this point in the history
…/registers/gcp/infosrc_panel.html

Co-authored-by: Florian Esser <[email protected]>
  • Loading branch information
phuonghuynh and florianesser committed May 19, 2020
1 parent a630402 commit 88b7225
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<div class="modal-header">
<h4 th:text="#{popup.informationSource.header}"></h4>
</div>
<div th:if="!${isProposal} or ${isReadOnly}" class="modal-body" th:object="${proposal.informationSource[__${rowstat.index}__]}">
<div th:if="!${isProposal}" class="modal-body" th:object="${item.informationSource[__${rowstat.index}__]}">
<div th:include="registry/registers/gcp/infosrc_panel_content :: informationSourcePanelContent(${rowstat.index})"/>
</div>
<div th:if="${isProposal} and !${isReadOnly}" class="modal-body" th:object="${proposal.informationSource[__${rowstat.index}__]}" th:with="isReadOnly='true'">
Expand Down

0 comments on commit 88b7225

Please sign in to comment.