Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
Replace logo for retina displays.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvislov committed Feb 14, 2013
1 parent 4786ea1 commit a91e11f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file removed app/assets/images/logo.gif
Binary file not shown.
Binary file added app/assets/images/stachka_logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/views/layouts/web/application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@

%br/

//= render "layouts/web/shared/reformal"
= render "layouts/web/shared/reformal"
= render "layouts/web/shared/footer"
2 changes: 1 addition & 1 deletion app/views/layouts/web/shared/_header.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.logo
%h1
%a{ href: root_path }
= image_tag "/images/logo.gif", alt: "", width: "137", height: "70"
= image_tag "/assets/stachka_logo.png", alt: "", width: "136", height: "69"

.span10
.info
Expand Down

0 comments on commit a91e11f

Please sign in to comment.