Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
spokenbird committed Nov 6, 2023
1 parent 2228979 commit 7e90cce
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
<main id="content" role="main" class="form-card spacing-above-35">
<th:block
th:replace="~{fragments/cardHeader :: cardHeader(header='Subflow Page', subtext='This is a page within a subflow')}"/>
<!-- Test that the currentSubflowItem is passed in by the controller: -->
<div th:text="${currentSubflowItem.firstNameSubflow}"></div>
<div>
<th:block
th:replace="~{fragments/inputs/text ::
Expand Down
2 changes: 0 additions & 2 deletions src/test/resources/templates/testFlow/subflowAddItem.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
<main id="content" role="main" class="form-card spacing-above-35">
<th:block
th:replace="~{fragments/cardHeader :: cardHeader(header='Subflow Page', subtext='This is a page within a subflow')}"/>
<!-- Test that the currentSubflowItem is passed in by the controller: -->
<div th:text="${currentSubflowItem.firstNameSubflow}"></div>
<div>
<th:block
th:replace="~{fragments/inputs/text ::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
<main id="content" role="main" class="form-card spacing-above-35">
<th:block
th:replace="~{fragments/cardHeader :: cardHeader(header='Subflow Page', subtext='This is a page within a subflow')}"/>
<!-- Test that the currentSubflowItem is passed in by the controller: -->
<div th:text="${currentSubflowItem.firstNameSubflow}"></div>
<div>
<th:block
th:replace="~{fragments/inputs/text ::
Expand Down

0 comments on commit 7e90cce

Please sign in to comment.