Skip to content

Commit

Permalink
links to main site and contact form
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenwilkin committed Mar 29, 2009
1 parent 5e66d6e commit 6e5e60e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/views/layouts/application.haml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@
= stylesheet_link_tag 'reset', 'movies'

%body

#wrapper

#header
%h1
= link_to 'Movies', root_path
%p
= link_to 'Steven Wilkin', 'http://stevenwilkin.com'
= link_to 'Contact', 'http://stevenwilkin.com/contact'
#admin
- if admin?
= link_to 'New movie', new_movie_path
Expand Down

0 comments on commit 6e5e60e

Please sign in to comment.