File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
src/main/webapp/WEB-INF/views Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ <h3 th:text="${#strings.capitalize(category_list)}">
65
65
</ h3 >
66
66
67
67
< div class ="text-center " sec:authorize ="hasAuthority('CREATE_CATEGORY') ">
68
- < a href ="../series /add.html "
68
+ < a href ="../category /add.html "
69
69
class ="btn btn-default btn-xs "
70
- th:href ="@{${ADD_SERIES_PAGE }} "
71
- th:text ="${#strings.capitalize('__#{t_add_series }__')} ">
72
- Add a stamp series
70
+ th:href ="@{${ADD_CATEGORY_PAGE }} "
71
+ th:text ="${#strings.capitalize('__#{t_create_category }__')} ">
72
+ Add a category
73
73
</ a >
74
74
</ div >
75
75
Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ <h3 th:text="${#strings.capitalize(country_list)}">
65
65
</ h3 >
66
66
67
67
< div class ="text-center " sec:authorize ="hasAuthority('CREATE_COUNTRY') ">
68
- < a href ="../series /add.html "
68
+ < a href ="../country /add.html "
69
69
class ="btn btn-default btn-xs "
70
- th:href ="@{${ADD_SERIES_PAGE }} "
71
- th:text ="${#strings.capitalize('__#{t_add_series }__')} ">
72
- Add a stamp series
70
+ th:href ="@{${ADD_COUNTRY_PAGE }} "
71
+ th:text ="${#strings.capitalize('__#{t_add_country }__')} ">
72
+ Add a country
73
73
</ a >
74
74
</ div >
75
75
You can’t perform that action at this time.
0 commit comments