Skip to content

Commit 8e0b83a

Browse files
committed
bootlint: fix E013.
Fix the following warning from bootlint: E013 Only columns (`.col-*-*`) may be children of `.row`s @see https://github.com/twbs/bootlint/wiki/E013
1 parent 4df4d35 commit 8e0b83a

File tree

17 files changed

+17
-17
lines changed

17 files changed

+17
-17
lines changed

src/main/config/nginx/503.en.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h4 id="error-msg">
6161
</div>
6262

6363
<div class="row">
64-
<footer class="text-right">
64+
<footer class="col-sm-12 text-right">
6565
<i class="glyphicon glyphicon-envelope"></i>
6666
<a href="mailto:slava.semushin@gmail.com" title="Write e-mail">Slava Semushin</a>, 2009-2015
6767
</footer>

src/main/config/nginx/503.ru.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h4 id="error-msg">
6161
</div>
6262

6363
<div class="row">
64-
<footer class="text-right">
64+
<footer class="col-sm-12 text-right">
6565
<i class="glyphicon glyphicon-envelope"></i>
6666
<a href="mailto:slava.semushin@gmail.com" title="Написать письмо">Слава Семушин</a>, 2009-2015
6767
</footer>

src/main/webapp/WEB-INF/views/account/activate.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ <h3 th:text="#{t_activation_on_site}">
147147
</div>
148148
/*/-->
149149
<div class="row">
150-
<footer class="text-right">
150+
<footer class="col-sm-12 text-right">
151151
<i class="glyphicon glyphicon-envelope"></i>
152152
<a href="mailto:slava.semushin@gmail.com" title="Write e-mail" th:href="|mailto:#{t_site_author_email}|" th:title="#{t_write_email}" th:text="#{t_site_author_name}">Slava Semushin</a>, 2009-2015
153153
</footer>

src/main/webapp/WEB-INF/views/account/auth.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ <h3 th:text="#{t_authentication_on_site}">
121121
</div>
122122
/*/-->
123123
<div class="row">
124-
<footer class="text-right">
124+
<footer class="col-sm-12 text-right">
125125
<i class="glyphicon glyphicon-envelope"></i>
126126
<a href="mailto:slava.semushin@gmail.com" title="Write e-mail" th:href="|mailto:#{t_site_author_email}|" th:title="#{t_write_email}" th:text="#{t_site_author_name}">Slava Semushin</a>, 2009-2015
127127
</footer>

src/main/webapp/WEB-INF/views/account/register.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h3 th:text="#{t_registration_on_site}">
100100
</div>
101101
/*/-->
102102
<div class="row">
103-
<footer class="text-right">
103+
<footer class="col-sm-12 text-right">
104104
<i class="glyphicon glyphicon-envelope"></i>
105105
<a href="mailto:slava.semushin@gmail.com" title="Write e-mail" th:href="|mailto:#{t_site_author_email}|" th:title="#{t_write_email}" th:text="#{t_site_author_name}">Slava Semushin</a>, 2009-2015
106106
</footer>

src/main/webapp/WEB-INF/views/category/add.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h3 th:text="#{t_create_category_ucfirst}">
101101
</div>
102102
</div>
103103
<div class="row">
104-
<footer class="text-right">
104+
<footer class="col-sm-12 text-right">
105105
<i class="glyphicon glyphicon-envelope"></i>
106106
<a href="mailto:slava.semushin@gmail.com" title="Write e-mail" th:href="|mailto:#{t_site_author_email}|" th:title="#{t_write_email}" th:text="#{t_site_author_name}">Slava Semushin</a>, 2009-2015
107107
</footer>

src/main/webapp/WEB-INF/views/category/info.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h3 th:text="${category.getLocalizedName(#locale)}">
8585
</div>
8686
</div>
8787
<div class="row">
88-
<footer class="text-right">
88+
<footer class="col-sm-12 text-right">
8989
<i class="glyphicon glyphicon-envelope"></i>
9090
<a href="mailto:slava.semushin@gmail.com" title="Write e-mail" th:href="|mailto:#{t_site_author_email}|" th:title="#{t_write_email}" th:text="#{t_site_author_name}">Slava Semushin</a>, 2009-2015
9191
</footer>

src/main/webapp/WEB-INF/views/collection/info.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ <h4 class="panel-title" th:text="#{t_in_collection}">In this collection</h4>
160160
</div>
161161
</div>
162162
<div class="row">
163-
<footer class="text-right">
163+
<footer class="col-sm-12 text-right">
164164
<i class="glyphicon glyphicon-envelope"></i>
165165
<a href="mailto:slava.semushin@gmail.com" title="Write e-mail" th:href="|mailto:#{t_site_author_email}|" th:title="#{t_write_email}" th:text="#{t_site_author_name}">Slava Semushin</a>, 2009-2015
166166
</footer>

src/main/webapp/WEB-INF/views/country/add.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h3 th:text="#{t_add_country_ucfirst}">
101101
</div>
102102
</div>
103103
<div class="row">
104-
<footer class="text-right">
104+
<footer class="col-sm-12 text-right">
105105
<i class="glyphicon glyphicon-envelope"></i>
106106
<a href="mailto:slava.semushin@gmail.com" title="Write e-mail" th:href="|mailto:#{t_site_author_email}|" th:title="#{t_write_email}" th:text="#{t_site_author_name}">Slava Semushin</a>, 2009-2015
107107
</footer>

src/main/webapp/WEB-INF/views/country/info.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h3 th:text="${country.getLocalizedName(#locale)}">
8585
</div>
8686
</div>
8787
<div class="row">
88-
<footer class="text-right">
88+
<footer class="col-sm-12 text-right">
8989
<i class="glyphicon glyphicon-envelope"></i>
9090
<a href="mailto:slava.semushin@gmail.com" title="Write e-mail" th:href="|mailto:#{t_site_author_email}|" th:title="#{t_write_email}" th:text="#{t_site_author_name}">Slava Semushin</a>, 2009-2015
9191
</footer>

src/main/webapp/WEB-INF/views/error/401.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h4 id="error-msg" th:utext="#{t_401_description('&lt;br /&gt;')}">
6262
</div>
6363

6464
<div class="row">
65-
<footer class="text-right">
65+
<footer class="col-sm-12 text-right">
6666
<i class="glyphicon glyphicon-envelope"></i>
6767
<a href="mailto:slava.semushin@gmail.com" title="Write e-mail" th:href="|mailto:#{t_site_author_email}|" th:title="#{t_write_email}" th:text="#{t_site_author_name}">Slava Semushin</a>, 2009-2015
6868
</footer>

src/main/webapp/WEB-INF/views/error/403.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h4 id="error-msg" th:text="#{t_403_description}">
6262
</div>
6363

6464
<div class="row">
65-
<footer class="text-right">
65+
<footer class="col-sm-12 text-right">
6666
<i class="glyphicon glyphicon-envelope"></i>
6767
<a href="mailto:slava.semushin@gmail.com" title="Write e-mail" th:href="|mailto:#{t_site_author_email}|" th:title="#{t_write_email}" th:text="#{t_site_author_name}">Slava Semushin</a>, 2009-2015
6868
</footer>

src/main/webapp/WEB-INF/views/error/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h4 id="error-msg" th:utext="#{t_404_description('&lt;br /&gt;')}">
6262
</div>
6363

6464
<div class="row">
65-
<footer class="text-right">
65+
<footer class="col-sm-12 text-right">
6666
<i class="glyphicon glyphicon-envelope"></i>
6767
<a href="mailto:slava.semushin@gmail.com" title="Write e-mail" th:href="|mailto:#{t_site_author_email}|" th:title="#{t_write_email}" th:text="#{t_site_author_name}">Slava Semushin</a>, 2009-2015
6868
</footer>

src/main/webapp/WEB-INF/views/error/500.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h4 id="error-msg" th:utext="#{t_500_description('&lt;br /&gt;')}">
6262
</div>
6363

6464
<div class="row">
65-
<footer class="text-right">
65+
<footer class="col-sm-12 text-right">
6666
<i class="glyphicon glyphicon-envelope"></i>
6767
<a href="mailto:slava.semushin@gmail.com" title="Write e-mail" th:href="|mailto:#{t_site_author_email}|" th:title="#{t_write_email}" th:text="#{t_site_author_name}">Slava Semushin</a>, 2009-2015
6868
</footer>

src/main/webapp/WEB-INF/views/series/add.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ <h3 th:text="#{t_add_series_ucfirst}">
399399
</div>
400400
</div>
401401
<div class="row">
402-
<footer class="text-right">
402+
<footer class="col-sm-12 text-right">
403403
<i class="glyphicon glyphicon-envelope"></i>
404404
<a href="mailto:slava.semushin@gmail.com" title="Write e-mail" th:href="|mailto:#{t_site_author_email}|" th:title="#{t_write_email}" th:text="#{t_site_author_name}">Slava Semushin</a>, 2009-2015
405405
</footer>

src/main/webapp/WEB-INF/views/series/info.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
</div>
264264
</div>
265265
<div class="row">
266-
<footer class="text-right">
266+
<footer class="col-sm-12 text-right">
267267
<i class="glyphicon glyphicon-envelope"></i>
268268
<a href="mailto:slava.semushin@gmail.com" title="Write e-mail" th:href="|mailto:#{t_site_author_email}|" th:title="#{t_write_email}" th:text="#{t_site_author_name}">Slava Semushin</a>, 2009-2015
269269
</footer>

src/main/webapp/WEB-INF/views/site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ <h4 class="panel-title" th:text="#{t_in_db}">In our database</h4>
210210
</div>
211211
</div>
212212
<div class="row">
213-
<footer class="text-right">
213+
<footer class="col-sm-12 text-right">
214214
<i class="glyphicon glyphicon-envelope"></i>
215215
<a href="mailto:slava.semushin@gmail.com" title="Write e-mail" th:href="|mailto:#{t_site_author_email}|" th:title="#{t_write_email}" th:text="#{t_site_author_name}">Slava Semushin</a>, 2009-2015
216216
</footer>

0 commit comments

Comments
 (0)