Replace the Feed icon with a transparent one, put it next to the [atom feed] links
This commit is contained in:
parent
0146307b88
commit
1f5a55f667
Binary file not shown.
Before Width: | Height: | Size: 522 B After Width: | Height: | Size: 378 B |
@ -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 %}
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user