Skip to content

Commit

Permalink
Remove intermediate github page and send right over to github
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbyron committed Feb 24, 2012
1 parent 56d0e41 commit 7434ea8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
3 changes: 1 addition & 2 deletions app/assets/stylesheets/partials/_layout.sass
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,13 @@ header
color: #fff
+text-shadow(#333, 1px, 0, 2px)
font-family: "MonkirtaPursuitNCRegular"
font-size: 1.75em
font-size: 1.5em
margin-top: -0.15em
&:hover
color: #fff
text-decoration: none
+text-shadow(#333, 1px, 1px, 4px)


div.clear
clear: both

Expand Down
15 changes: 0 additions & 15 deletions app/views/sessions/new.html.haml

This file was deleted.

2 changes: 1 addition & 1 deletion app/views/shared/_user.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
= link_to "Log out", logout_path, :id => "log-out"
- else
%li.right
= link_to "Log in", login_path, :id => "login"
= link_to "Log in with GitHub", login_path, :id => "login"

0 comments on commit 7434ea8

Please sign in to comment.