Replace the Feed icon with a transparent one, put it next to the [atom feed] links
[mediagoblin.git] / mediagoblin / templates / mediagoblin / listings / tag.html
index a43355a731c4dc7ef6e086a2da981e3631a6670b..d047096be3f66303888c6fccdd748f288430f692 100644 (file)
@@ -38,8 +38,9 @@
   <div class="grid_16">
     <a href="{{ request.urlgen(
                   'mediagoblin.listings.tag_atom_feed',
-                  tag=tag_slug) }}">
-      {%- trans %}atom feed{% endtrans -%}
+                  tag=tag_slug) }}"
+                  ><img src="{{ request.staticdirect('/images/icon_feed.png') }}"
+                     class="media_icon" />{%- trans %}atom feed{% endtrans -%}
     </a>
   </div>
 {% endblock %}