[refs #396] Add atom feed icon

This commit is contained in:
konstantin.grabar 2012-05-11 19:44:19 +04:00
parent f2c72ba342
commit 60fdf9e998
3 changed files with 7 additions and 1 deletions

BIN
app/assets/images/rss.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

View File

@ -943,3 +943,7 @@ div#git_help_data p {
display: block;
font-size: 0.9em;
}
.atom_icon {
vertical-align: top;
}

View File

@ -1,5 +1,7 @@
-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'
- content_for :sidebar, render('sidebar')