From 5fa2611297f7eb2edfc95ea1bd4cbb60a0ed7d4a Mon Sep 17 00:00:00 2001 From: nilsding Date: Mon, 17 Nov 2014 13:02:11 +0100 Subject: [PATCH] about pages?? why (k)not --- app/views/static/about.html.haml | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/app/views/static/about.html.haml b/app/views/static/about.html.haml index c9442551..34a655d2 100644 --- a/app/views/static/about.html.haml +++ b/app/views/static/about.html.haml @@ -1,5 +1,25 @@ .container - %h1 Static#about + %h1 + About + = APP_CONFIG['site_name'] + = render 'layouts/messages' - %p Find me in app/views/static/about.html.haml + / TODO: fill this out. + + .row + .col-sm-4 + %h3 Title 1 + Blah blah blah blah... + %br/ + Someone fill this text here. + .col-sm-4 + %h3 Title 2 + This app was made by + = Faker::Name.name + from the + = Faker::Company.name + company! + .col-sm-4 + %h3 Another title. + = Faker::Hacker.say_something_smart