Skip to content

Commit

Permalink
[FIX] asset_path for logo
Browse files Browse the repository at this point in the history
  • Loading branch information
nimaai committed Apr 8, 2014
1 parent a007d53 commit d47d1ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/application/_logo.html.haml
Expand Up @@ -2,6 +2,6 @@
.table
.table-row
.table-cell.vertical-align-middle
%img{:src => Setting::LOGO_URL}
%img{:src => asset_path(Setting::LOGO_URL)}
- else
leihs
leihs

0 comments on commit d47d1ff

Please sign in to comment.