Skip to content

Commit

Permalink
Mobile app icon retrival issue fix in recent apps page
Browse files Browse the repository at this point in the history
  • Loading branch information
tgtshanika committed May 10, 2016
1 parent d15c14a commit db32a4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</div>
{{else}}
<div class="ratio-responsive-img">
<img src="{{attributes.images_thumbnail}}" />
<img src="{{tenantedUrl "/api/mobileapp/getfile/"}}{{attributes.images_thumbnail}}" />
</div>
{{/if}}
{{> overlays/view}}
Expand Down

0 comments on commit db32a4d

Please sign in to comment.