@@ -134,81 +134,56 @@ <h4 class="panel-title" th:text="#{t_recently_added_series}">Recently added seri
134
134
</ div >
135
135
< div class ="panel-body " th:remove ="all-but-first ">
136
136
< p th:each ="series : ${recentlyAddedSeries} ">
137
- < span th:if ="${series.category != null} " th:remove ="tag ">
138
- < a href ="../category/info.html " th:href ="@{${INFO_CATEGORY_PAGE}(slug=${series.category.slug})} " th:text ="${series.category.name} "> Animals</ a > »
139
- </ span >
140
-
141
- < span th:if ="${series.country != null} " th:remove ="tag ">
142
- < a href ="../country/info.html " th:href ="@{${INFO_COUNTRY_PAGE}(slug=${series.country.slug})} " th:text ="${series.country.name} "> Italy</ a > »
143
- </ span >
144
-
145
137
< a href ="../series/info.html " th:href ="@{${INFO_SERIES_PAGE}(id=${series.id})} ">
146
- < span th:remove ="tag " th:if ="${series.releaseYear != null} " th:text ="|${series.releaseYear}, | "> 1999, </ span >
138
+ < span th:remove ="tag "th:if ="${series.country != null} " th:text ="|${series.country}, | "> Italy</ span >
139
+ < span th:remove ="tag " th:if ="${series.year != null} " th:text ="|${series.year}, | "> 1999, </ span >
147
140
< span th:remove ="tag " th:text ="|${series.quantity} ${series.quantity != 1 ? '__#{t_stamps}__' : '__#{t_stamp}__'}| "> 7 stamps</ span >
148
141
< span th:remove ="tag " th:if ="${not series.perforated} " th:text ="|(#{t_wo_perforation_short})| "> (without perforation)</ span >
149
142
</ a >
150
143
</ p >
151
144
< p >
152
- < a href ="../category/info.html "> Animals</ a > »
153
- < a href ="../country/info.html "> Italy</ a > »
154
145
< a href ="../series/info.html ">
155
- 1997, 8 stamps
146
+ Italy, 1997, 8 stamps
156
147
</ a >
157
148
</ p >
158
149
< p >
159
- < a href ="../category/info.html "> Animals</ a > »
160
- < a href ="../country/info.html "> Italy</ a > »
161
150
< a href ="../series/info.html ">
162
- 2009, 10 stamps
151
+ Italy, 2009, 10 stamps
163
152
</ a >
164
153
</ p >
165
154
< p >
166
- < a href ="../category/info.html "> Animals</ a > »
167
- < a href ="../country/info.html "> Italy</ a > »
168
155
< a href ="../series/info.html ">
169
- 4 stamps
156
+ Italy, 4 stamps
170
157
</ a >
171
158
</ p >
172
159
< p >
173
- < a href ="../category/info.html "> Animals</ a > »
174
- < a href ="../country/info.html "> Italy</ a > »
175
160
< a href ="../series/info.html ">
176
- 2002, 12 stamps
161
+ Italy, 2002, 12 stamps
177
162
</ a >
178
163
</ p >
179
164
< p >
180
- < a href ="../category/info.html "> Animals</ a > »
181
- < a href ="../country/info.html "> Italy</ a > »
182
165
< a href ="../series/info.html ">
183
- 1993, 19 stamps
166
+ Italy, 1993, 19 stamps
184
167
</ a >
185
168
</ p >
186
169
< p >
187
- < a href ="../category/info.html "> Animals</ a > »
188
- < a href ="../country/info.html "> Italy</ a > »
189
170
< a href ="../series/info.html ">
190
- 4 stamps
171
+ Italy, 4 stamps
191
172
</ a >
192
173
</ p >
193
174
< p >
194
- < a href ="../category/info.html "> Animals</ a > »
195
- < a href ="../country/info.html "> Italy</ a > »
196
175
< a href ="../series/info.html ">
197
- 11 stamps (without perforation)
176
+ Italy, 11 stamps (without perforation)
198
177
</ a >
199
178
</ p >
200
179
< p >
201
- < a href ="../category/info.html "> Animals</ a > »
202
- < a href ="../country/info.html "> Italy</ a > »
203
180
< a href ="../series/info.html ">
204
- 2014, 1 stamp
181
+ Italy, 2014, 1 stamp
205
182
</ a >
206
183
</ p >
207
184
< p >
208
- < a href ="../category/info.html "> Animals</ a > »
209
- < a href ="../country/info.html "> Italy</ a > »
210
185
< a href ="../series/info.html ">
211
- 1996, 16 stamps (without perforation)
186
+ Italy, 1996, 16 stamps (without perforation)
212
187
</ a >
213
188
</ p >
214
189
</ div >
0 commit comments