Skip to content

Commit

Permalink
moving images into public
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Aug 6, 2011
1 parent a0a0d57 commit 0aad45b
Show file tree
Hide file tree
Showing 19 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion models/author.rb
Expand Up @@ -7,7 +7,7 @@ class Author

# Constants that are useful for avatars using gravatar
GRAVATAR = "gravatar.com"
DEFAULT_AVATAR = "/assets/images/avatar.png"
DEFAULT_AVATAR = "/images/avatar.png"
ENCODED_DEFAULT_AVATAR = URI.encode_www_form_component(DEFAULT_AVATAR)

# public keys are good for 4 weeks
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
6 changes: 3 additions & 3 deletions views/static/home.haml
Expand Up @@ -34,19 +34,19 @@
%h3
Sign Up
with Twitter or Facebook, or create a new account
%img{:src => "/assets/images/slide1.png"}
%img{:src => "/images/slide1.png"}
#col-2.col
.content
%h3
Connect
to your friends and family around the world
%img{:src => "/assets/images/slide2.png"}
%img{:src => "/images/slide2.png"}
#col-3.col.last-col
.content
%h3
Share
your thoughts in 140 characters or less
%img{:src => "/assets/images/slide3.png"}
%img{:src => "/images/slide3.png"}

#page
#content-wrap
Expand Down

0 comments on commit 0aad45b

Please sign in to comment.