Skip to content

Commit

Permalink
Add alt attribute to logo image.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgraham committed Jun 24, 2012
1 parent dab8c75 commit 5983774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.rb
Expand Up @@ -33,7 +33,7 @@ def link_to_profile
end

def link_to_logo
link_to(image_tag('logo.png'), root_path)
link_to(image_tag('logo.png', alt: 'CouchTweet'), root_path)
end

def body_class
Expand Down

0 comments on commit 5983774

Please sign in to comment.