From ad80c40944743515a45d70014e8d5ffb88cd74fc Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 25 Jun 2017 00:00:28 -0400 Subject: Started designing index page --- app/views/layouts/application.html.haml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 app/views/layouts/application.html.haml (limited to 'app/views/layouts/application.html.haml') diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml new file mode 100644 index 0000000..ad1e8df --- /dev/null +++ b/app/views/layouts/application.html.haml @@ -0,0 +1,14 @@ +!!! 5 +%html + %head + %title Thoughts + = csrf_meta_tags + = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' + = javascript_include_tag 'application', 'data-turbolinks-track': 'reload' + %body + #container + #banner + %h1= link_to "Thoughts", root_url + #main + #content= yield + #sidebar I'm Fef. -- cgit 1.4.1 dabot/bundler/globalid-1.0.1'>dependabot/bundler/globalid-1.0.1 mixed-content personal blog
about summary refs log tree commit diff stats
path: root/app/views/quote_mailer/pending_quote_email.html.haml
blob: df725945a5d883eb1dd1a4ea490268c266be0857 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13