File tree Expand file tree Collapse file tree
src/main/resources/templates/common Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments