Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
fix small issue with image path on subpages
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanramage committed Jul 29, 2013
1 parent 5fffd87 commit cf8369a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/app_details.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="icon">
<a href="{{baseURL}}">
{{#if app_settings.use_garden_market_logo}}
<img src="static/img/logo.png"/>
<img src="../static/img/logo.png"/>
{{else}}
<h2 class="name_logo">{{app_settings.market_name}}</h2>
{{/if}}
Expand Down
2 changes: 1 addition & 1 deletion templates/app_details_install.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="icon">
<a href="{{baseURL}}">
{{#if app_settings.use_garden_market_logo}}
<img src="static/img/logo.png"/>
<img src="../../static/img/logo.png"/>
{{else}}
<h2 class="name_logo">{{app_settings.market_name}}</h2>
{{/if}}
Expand Down

0 comments on commit cf8369a

Please sign in to comment.