[refs #396] Add atom feed icon
This commit is contained in:
parent
f2c72ba342
commit
60fdf9e998
Binary file not shown.
After Width: | Height: | Size: 97 KiB |
|
@ -943,3 +943,7 @@ div#git_help_data p {
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.atom_icon {
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
-set_meta_tags :title => nil
|
-set_meta_tags :title => nil
|
||||||
%h3.fix= t("layout.activity_feed.header")
|
%h3.fix
|
||||||
|
= t("layout.activity_feed.header")
|
||||||
|
= link_to image_tag("rss.ico", :width => '15px', :height => '15px', :class => 'atom_icon'), atom_activity_feeds_path(:format => 'atom', :token => current_user.authentication_token)
|
||||||
=render 'list'
|
=render 'list'
|
||||||
|
|
||||||
- content_for :sidebar, render('sidebar')
|
- content_for :sidebar, render('sidebar')
|
||||||
|
|
Loading…
Reference in New Issue