properly display app icon on authorizations index
This commit is contained in:
parent
a9b7cd1254
commit
c91cf6f38c
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
= link_to t('.revoke_access'), authorization_path(:id => app.id), :method => :delete, :confirm => 'are you sure?', :class => "button"
|
= link_to t('.revoke_access'), authorization_path(:id => app.id), :method => :delete, :confirm => 'are you sure?', :class => "button"
|
||||||
|
|
||||||
- if app.icon_url
|
- if app.icon_url
|
||||||
= image_tag app.icon_url, :class => "avatar"
|
= image_tag(app.homepage_url + app.icon_url, :class => "avatar")
|
||||||
|
|
||||||
.content
|
.content
|
||||||
%div.from
|
%div.from
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue