File tree 3 files changed +21
-18
lines changed
src/main/webapp/WEB-INF/views/account
3 files changed +21
-18
lines changed Original file line number Diff line number Diff line change @@ -161,14 +161,15 @@ <h3 th:text="#{t_activation_on_site}">
161
161
</ form >
162
162
<!--/*/ </th:block> /*/-->
163
163
</ div >
164
- </ div >
165
- <!--/*/
166
- <div class="row" sec:authorize="isAuthenticated()">
167
- <div class="alert alert-info text-center col-sm-4 col-sm-offset-4" th:text="#{t_already_activated}">
168
- You have already activated account.
164
+
165
+ <!--/*/
166
+ <div class="col-sm-12" sec:authorize="isAuthenticated()">
167
+ <div class="alert alert-info text-center col-sm-4 col-sm-offset-4" th:text="#{t_already_activated}">
168
+ You have already activated account.
169
+ </div>
169
170
</div>
171
+ /*/-->
170
172
</ div >
171
- /*/-->
172
173
< div class ="row ">
173
174
< footer class ="col-sm-12 text-right ">
174
175
< i class ="glyphicon glyphicon-envelope "> </ i >
Original file line number Diff line number Diff line change @@ -122,14 +122,15 @@ <h3 th:text="#{t_authentication_on_site}">
122
122
</ form >
123
123
<!--/*/ </th:block> /*/-->
124
124
</ div >
125
- </ div >
126
- <!--/*/
127
- <div class="row" sec:authorize="isAuthenticated()">
128
- <div class="alert alert-info text-center col-sm-4 col-sm-offset-4" th:text="#{t_already_authenticated}">
129
- You have already authenticated.
125
+
126
+ <!--/*/
127
+ <div class="col-sm-12" sec:authorize="isAuthenticated()">
128
+ <div class="alert alert-info text-center col-sm-4 col-sm-offset-4" th:text="#{t_already_authenticated}">
129
+ You have already authenticated.
130
+ </div>
130
131
</div>
132
+ /*/-->
131
133
</ div >
132
- /*/-->
133
134
< div class ="row ">
134
135
< footer class ="col-sm-12 text-right ">
135
136
< i class ="glyphicon glyphicon-envelope "> </ i >
Original file line number Diff line number Diff line change @@ -113,14 +113,15 @@ <h3 th:text="#{t_registration_on_site}">
113
113
</ form >
114
114
<!--/*/ </th:block> /*/-->
115
115
</ div >
116
- </ div >
117
- <!--/*/
118
- <div class="row" sec:authorize="isAuthenticated()">
119
- <div class="alert alert-info text-center col-sm-4 col-sm-offset-4" th:text="#{t_already_registered}">
120
- You have already registered.
116
+
117
+ <!--/*/
118
+ <div class="col-sm-12" sec:authorize="isAuthenticated()">
119
+ <div class="alert alert-info text-center col-sm-4 col-sm-offset-4" th:text="#{t_already_registered}">
120
+ You have already registered.
121
+ </div>
121
122
</div>
123
+ /*/-->
122
124
</ div >
123
- /*/-->
124
125
< div class ="row ">
125
126
< footer class ="col-sm-12 text-right ">
126
127
< i class ="glyphicon glyphicon-envelope "> </ i >
You can’t perform that action at this time.
0 commit comments