This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
apollo
mirror of
https://github.com/adrianshort/apollo.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Make icons smaller and facing the user
master
Adrian Short
11 years ago
parent
b5713fdecc
commit
9f1c5cf0b1
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
app/helpers/posts_helper.rb
+ 4
- 1
app/helpers/posts_helper.rb
View File
@@ -32,7 +32,10 @@ module PostsHelper
:contentType => "image/vnd.layar.generic",
:url => subscription.icon_url,
:reducedURL => subscription.icon_url,
:size => 120
:size => 10
}
res[:transform] = {
:rel => true # icon always faces the user
}
end
res
Write
Preview
Loading…
Cancel
Save