From 4cffc8c90b5e316baf3e49b665dd67ea9e965272 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Thu, 29 Jun 2017 14:58:05 -0400 Subject: Worked more on overall layout, made ponies clickable --- app/views/layouts/application.html.haml | 24 ++++++++++++------------ app/views/users/sessions/.new.html.haml.swo | Bin 12288 -> 0 bytes 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 app/views/users/sessions/.new.html.haml.swo (limited to 'app/views') diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index f15945e..ee028b4 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -11,17 +11,17 @@ - if flash[:notice] %div#flash.flash-notice= flash[:notice] #container - %header#banner feffernoo.se #main + %header#banner= link_to "feffernoo.se", root_url #content= yield - #sidebar - .sidebar-module - %h2 I'm Fef. - %p I'm a computer science undergrad at Carnegie Mellon University. I make a lot of things, including Twitter bots. I really like Pokémon, and I write about it a lot. - .sidebar-module - %h2 Meta - %ul - - if not user_signed_in? - %li= link_to "Log in", new_user_session_path - - if user_signed_in? - %li= link_to "Log out", destroy_user_session_path, method: :delete + #sidebar + .sidebar-module + %h2 I'm Fef. + %p I'm a computer science undergrad at Carnegie Mellon University. I make a lot of things, including Twitter bots. I really like Pokémon, and I write about it a lot. + .sidebar-module + %h2 Meta + %ul + - if not user_signed_in? + %li= link_to "Log in", new_user_session_path + - if user_signed_in? + %li= link_to "Log out", destroy_user_session_path, method: :delete diff --git a/app/views/users/sessions/.new.html.haml.swo b/app/views/users/sessions/.new.html.haml.swo deleted file mode 100644 index 85950d9..0000000 Binary files a/app/views/users/sessions/.new.html.haml.swo and /dev/null differ -- cgit 1.4.1