Skip to content

Commit 2319f90

Browse files
committed
State and district icons
1 parent 5e4363b commit 2319f90

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/resources/templates/common/commonItemsProjectReport.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,17 +135,17 @@ <h1 class="text-center" style="color: #014F7A;font-size:1.8rem;"> Project-Report
135135

136136

137137
<span class="state-title" th:if="${stateName != null}"
138-
th:text="${#strings.capitalizeWords(#strings.replace(stateName,'_',' '))}">
138+
th:text="'🏛️ '+ ${#strings.capitalizeWords(#strings.replace(stateName,'_',' '))}">
139139
</span>
140140

141141

142142
<span class="meta-title" th:if="${districtName != null and stateName != null}"
143-
th:text="' : 🌐 ' + ${#strings.capitalizeWords(#strings.replace(districtName,'_',' '))}">
143+
th:text="' : 📍 ' + ${#strings.capitalizeWords(#strings.replace(districtName,'_',' '))}">
144144
</span>
145145

146146

147147
<span class="meta-title" th:if="${districtName != null and stateName == null}"
148-
th:text="'🌐 ' + ${#strings.capitalizeWords(#strings.replace(districtName,'_',' '))}">
148+
th:text="'📍 ' + ${#strings.capitalizeWords(#strings.replace(districtName,'_',' '))}">
149149
</span>
150150

151151

0 commit comments

Comments
 (0)