Files
ch420/app/views/shared/_header.slim
T

8 lines
140 B
Plaintext
Raw Normal View History

2017-03-12 10:21:17 +01:00
header
.row
2018-05-29 08:48:31 +02:00
.col-xs-8
2017-03-12 10:21:17 +01:00
h1
2017-03-22 22:57:01 +01:00
= t('.title_html')
2017-04-17 08:05:51 +02:00
.col-xs-12.col-md-4.hidden-xs.hidden-sm
2018-05-29 08:48:31 +02:00
= render 'shared/counter'