Skip to content

Commit

Permalink
fixed app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Berkovich committed Jan 6, 2012
1 parent b3b035f commit 2b88511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/platform/admin/apps/index.html.erb
Expand Up @@ -3,7 +3,7 @@
<%= will_filter_tag(@apps) %>
<%= will_filter_table_tag(@apps, :columns => [
[:icon, lambda{|app| link_to(image_tag(app.icon_url, :style=>"width:75px; height:75px;"), :action => :view, :app_id => app.id)}, "width:18px;"],
[:icon, lambda{|app| link_to(image_tag(app.icon_url, :style=>"width:15px; height:15px;"), :action => :view, :app_id => app.id)}, "width:18px;"],
[:id, lambda{|app| link_to(app.id, :action => :view, :app_id => app.id)}],
[:developer_id, lambda{|app| link_to(app.developer.name, "") if app.developer}],
:name,
Expand Down

0 comments on commit 2b88511

Please sign in to comment.