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

9 lines
257 B
Plaintext
Raw Normal View History

2017-03-12 10:21:17 +01:00
header
.row
.col-md-1.col-xs-4
= image_tag('ch420_logo.png', class:'img-responsive pagelogo', alt: t('.logo'))
2017-04-17 08:05:51 +02:00
.col-md-7.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
2017-03-12 10:21:17 +01:00
= render 'shared/counter'