Skip to content

Commit

Permalink
Moved github ribbon into layout so its available everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
mikermcneil committed Sep 8, 2013
1 parent ba7466c commit 44b83de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 0 additions & 4 deletions examples/with_express/views/dashboard.jade
Expand Up @@ -30,7 +30,3 @@ block content
strong http://localhost:3000/deezer/search/artist/
input(value='foo' name='q')



a(href='https://github.com/mikermcneil/node-deezer')
img(style='position: absolute; top: 0; right: 0; border: 0;', src='https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png', alt='Fork me on GitHub')
2 changes: 1 addition & 1 deletion examples/with_express/views/index.jade
Expand Up @@ -5,4 +5,4 @@ block content
p Welcome to #{title}

p follow this link to allow this example app to access your Deezer account:
a(href='#{authLink}') #{authLink}
a(href='#{authLink}') #{authLink}
5 changes: 4 additions & 1 deletion examples/with_express/views/layout.jade
Expand Up @@ -4,4 +4,7 @@ html
title= title
link(rel='stylesheet', href='/stylesheets/style.css')
body
block content
block content

a(href='https://github.com/you')
img(style='position: absolute; top: 0; right: 0; border: 0;', src='https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png', alt='Fork me on GitHub')

0 comments on commit 44b83de

Please sign in to comment.