From c91cf6f38c9a3a4924dc99c02dfd7f971ab021d9 Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Thu, 23 Jun 2011 13:59:03 -0700 Subject: [PATCH] properly display app icon on authorizations index --- app/views/authorizations/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/authorizations/index.html.haml b/app/views/authorizations/index.html.haml index 87e47c8e6..a42d60f8b 100644 --- a/app/views/authorizations/index.html.haml +++ b/app/views/authorizations/index.html.haml @@ -16,7 +16,7 @@ = link_to t('.revoke_access'), authorization_path(:id => app.id), :method => :delete, :confirm => 'are you sure?', :class => "button" - if app.icon_url - = image_tag app.icon_url, :class => "avatar" + = image_tag(app.homepage_url + app.icon_url, :class => "avatar") .content %div.from