made the rss button a link to the feed, and aligned correctly
This commit is contained in:
parent
a9a91c436a
commit
4742f61925
2 changed files with 4 additions and 6 deletions
|
|
@ -50,7 +50,7 @@
|
|||
%p.checkbox_select
|
||||
= status.check_box( :public, {}, true, false )
|
||||
= status.label :public, t('.make_public')
|
||||
= image_tag "social_media_logos/feed-16x16.png", :title => "RSS"
|
||||
= link_to (image_tag "social_media_logos/feed-16x16.png", :title => "RSS"), current_user.public_url
|
||||
- if current_user.services
|
||||
- for service in current_user.services
|
||||
= image_tag "social_media_logos/#{service.provider}-16x16.png", :title => service.provider
|
||||
|
|
|
|||
|
|
@ -730,14 +730,12 @@ form p
|
|||
|
||||
form p.checkbox_select
|
||||
label
|
||||
:position relative
|
||||
:left 0
|
||||
:left 20px
|
||||
:top 3px
|
||||
:margin
|
||||
:right 6px
|
||||
img
|
||||
:position relative
|
||||
:top 7px
|
||||
:left 80px
|
||||
:top 5px
|
||||
|
||||
label
|
||||
:font
|
||||
|
|
|
|||
Loading…
Reference in a new issue