From 1f5a55f667bdb497d7baa9a13806f043799d66aa Mon Sep 17 00:00:00 2001 From: Jef van Schendel Date: Thu, 18 Aug 2011 15:53:52 +0200 Subject: [PATCH] Replace the Feed icon with a transparent one, put it next to the [atom feed] links --- mediagoblin/static/images/icon_feed.png | Bin 522 -> 378 bytes .../templates/mediagoblin/listings/tag.html | 5 +++-- .../templates/mediagoblin/user_pages/user.html | 5 +++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/mediagoblin/static/images/icon_feed.png b/mediagoblin/static/images/icon_feed.png index 11e5b1e76b8e0e6c357a58e8ff018b170b5cec68..81889473b4950247497dca8fe000058c63cffa3c 100644 GIT binary patch delta 305 zcmV-10nYx41o{GyHwgd$0002_L%V;GKp%ey5)CXehjTmR0002`NklDdTs=!kqZIpChM<=xbw6Sk3BM}|Uc#QJW3?-Y_9FhC zu!BtST&Zo6k{<#)PS{oL1)X}CNN&@C)4(2!hE{vfC6dp;`ky*42?oGM@waQhDEw&} z8h~**2!rG|$=?ZkUF6?{oh(Lav56h5sNc)#mnScNJcLxzsp6973ivARy=P40UhUa;zTCHN+Hh)>Z?=zdtFrp|@wrzjo zx-Nx6K_`S^i0irx27_No%y{#)7$BR?((QH`4u`)g(F$s{8u@%4%d)U6i%ce?lWw;g zrBVsQFi=W8DbNJ3tKDwX>2ydW5*mBW^L-zpC{iM#-Mw5cYC4@N5m6$dmdm9+3&T+3 zagF(UvuT=CDi!AQIrVy-X0u5U1OR`eQmHpnHNkj1CI|u^j|TwhbedkThvPUj8V&CE zI{?LEkyfkq$q={jHFmq5mVG*%l!&N)zpt^w;hR07*qoM6N<$f@^KZTmS$7 diff --git a/mediagoblin/templates/mediagoblin/listings/tag.html b/mediagoblin/templates/mediagoblin/listings/tag.html index a43355a7..d047096b 100644 --- a/mediagoblin/templates/mediagoblin/listings/tag.html +++ b/mediagoblin/templates/mediagoblin/listings/tag.html @@ -38,8 +38,9 @@ {% endblock %} diff --git a/mediagoblin/templates/mediagoblin/user_pages/user.html b/mediagoblin/templates/mediagoblin/user_pages/user.html index 4649c8c7..ce6415d7 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/user.html +++ b/mediagoblin/templates/mediagoblin/user_pages/user.html @@ -100,8 +100,9 @@

- {%- trans %}atom feed{% endtrans -%} + user=user.username) }}" + >{%- trans %}atom feed{% endtrans -%} -- 2.25.1