added logo

This commit is contained in:
2016-04-16 17:01:39 +02:00
parent 9e3cd96ba7
commit 1fd8a27b86
4 changed files with 9 additions and 2 deletions
-1
View File
@@ -26,5 +26,4 @@ html
/ = console if Rails.env.development?
.container
= render 'shared/flashes'
= render 'shared/counter'
= yield
+8 -1
View File
@@ -1,5 +1,12 @@
= render 'shared/terms_and_conditions'
h1 = title t('.title_html')
.row
.col-md-1.col-xs-4
= image_tag('ch420_logo.png', class:'img-responsive')
.col-md-8.col-xs-8
h1
= title t('.title_html')
.col-xs-12.col-md-3
= render 'shared/counter'
.row
.col-xs-12.col-md-7
= simple_form_for @supporter do |f|