Replace the Feed icon with a transparent one, put it next to the [atom feed] links

This commit is contained in:
Jef van Schendel 2011-08-18 15:53:52 +02:00
parent 0146307b88
commit 1f5a55f667
3 changed files with 6 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 522 B

After

Width:  |  Height:  |  Size: 378 B

View File

@ -38,8 +38,9 @@
<div class="grid_16"> <div class="grid_16">
<a href="{{ request.urlgen( <a href="{{ request.urlgen(
'mediagoblin.listings.tag_atom_feed', 'mediagoblin.listings.tag_atom_feed',
tag=tag_slug) }}"> tag=tag_slug) }}"
{%- trans %}atom feed{% endtrans -%} ><img src="{{ request.staticdirect('/images/icon_feed.png') }}"
class="media_icon" />{%- trans %}atom feed{% endtrans -%}
</a> </a>
</div> </div>
{% endblock %} {% endblock %}

View File

@ -100,8 +100,9 @@
</a> </a>
</p> </p>
<a href="{{ request.urlgen( 'mediagoblin.user_pages.atom_feed', <a href="{{ request.urlgen( 'mediagoblin.user_pages.atom_feed',
user=user.username) }}"> user=user.username) }}"
{%- trans %}atom feed{% endtrans -%} ><img src="{{ request.staticdirect('/images/icon_feed.png') }}"
class="media_icon" />{%- trans %}atom feed{% endtrans -%}
</a> </a>
</div> </div>