File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/webapp/WEB-INF/views/collection Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,9 +87,9 @@ <h3 class="text-center" th:text="#{t_collection_of(${ownerName})}">
87
87
</p>
88
88
/*/-->
89
89
90
- < div class ="row ">
90
+ < div class ="row " th:if =" ${not #lists.isEmpty(seriesOfCollection)} " >
91
91
< div class ="col-sm-2 col-sm-offset-2 ">
92
- < div class ="panel panel-default " th:if =" ${not #lists.isEmpty(seriesOfCollection)} " >
92
+ < div class ="panel panel-default ">
93
93
< div class ="panel-heading ">
94
94
< h4 class ="panel-title " th:text ="#{t_in_collection} "> In this collection</ h4 >
95
95
</ div >
@@ -111,15 +111,15 @@ <h4 class="panel-title" th:text="#{t_in_collection}">In this collection</h4>
111
111
</ div >
112
112
</ div >
113
113
< div class ="col-sm-3 ">
114
- < div class ="panel panel-default " th:if =" ${not #lists.isEmpty(seriesOfCollection)} " >
114
+ < div class ="panel panel-default ">
115
115
< div class ="panel-heading ">
116
116
< h4 class ="panel-title " th:text ="#{t_stamps_by_countries} "> Stamps by countries</ h4 >
117
117
</ div >
118
118
< div id ="countries-chart " class ="panel-body no-padding "> </ div >
119
119
</ div >
120
120
</ div >
121
121
< div class ="col-sm-3 ">
122
- < div class ="panel panel-default " th:if =" ${not #lists.isEmpty(seriesOfCollection)} " >
122
+ < div class ="panel panel-default ">
123
123
< div class ="panel-heading ">
124
124
< h4 class ="panel-title " th:text ="#{t_stamps_by_categories} "> Stamps by categories</ h4 >
125
125
</ div >
You can’t perform that action at this time.
0 commit comments