made the service image the same size
This commit is contained in:
parent
cb23fd495b
commit
c8c0b5c8a2
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@
|
|||
= image_tag("social_media_logos/feed-16x16.png")
|
||||
- if current_user.services
|
||||
- for service in current_user.services
|
||||
= image_tag("social_media_logos/#{service.provider}-24x24.png")
|
||||
= image_tag("social_media_logos/#{service.provider}-16x16.png")
|
||||
|
||||
|
||||
= link_to '(?)', "#question_mark_pane", :class => 'question_mark', :style=>"display:none;"
|
||||
|
|
|
|||
Loading…
Reference in a new issue