Robert Wall has proposed merging lp:~robertwall/loco-directory/603223 into 
lp:loco-directory.

Requested reviews:
  loco-directory-dev (loco-directory-dev)
Related bugs:
  #603223 Team page RSS feeds aren't well-advertised
  https://bugs.launchpad.net/bugs/603223


 - Add PNG file for RSS icon
 - Add link to RSS feed to the submenus of the pages that already point to the 
RSS feed (screenshot with new link: http://rww.name/screenshots/1278931309.png )
-- 
https://code.launchpad.net/~robertwall/loco-directory/603223/+merge/29685
Your team loco-directory-dev is requested to review the proposed merge of 
lp:~robertwall/loco-directory/603223 into lp:loco-directory.
=== added file 'loco_directory/media/img/rssfeed.png'
Binary files loco_directory/media/img/rssfeed.png	1970-01-01 00:00:00 +0000 and loco_directory/media/img/rssfeed.png	2010-07-12 10:44:43 +0000 differ
=== modified file 'loco_directory/templates/teams/team_detail.html'
--- loco_directory/templates/teams/team_detail.html	2010-07-09 10:09:32 +0000
+++ loco_directory/templates/teams/team_detail.html	2010-07-12 10:44:43 +0000
@@ -8,12 +8,14 @@
 			{% if is_member %}{% else %} <a class="sub-nav-item" href="https://launchpad.net/~{{ team.lp_name }}/+join">{% trans "Join this team!" %}</a>{% endif %}
         	{% if is_admin %}<a class="sub-nav-item" href="{% url team-edit team.lp_name %}" title="{% trans "Edit team details" %}">{% trans "Edit team details" %}</a>{% endif %}
             {% if is_member %}<a class="sub-nav-item" href="{% url team-event-new team.lp_name %}" title="{% trans "Add new Event" %}">{% trans "Add new Event" %}</a>{% endif %}
+			<a class="sub-nav-item" href="{% url team-events-rss team.lp_name %}" title="{% trans "Team Events (RSS)" %}""><img src="/media/img/rssfeed.png" alt="" style="vertical-align: text-top;"> {% trans "Team Events (RSS)" %}</a>
+
 {% endblock %}
 
 {% block search %}{% endblock %}
 
 {% block extrahead %}
-<link type="application/rss+xml" rel="alternate" title="Team Events (RSS)" href="{% url team-events-rss team.lp_name %}" />
+<link type="application/rss+xml" rel="alternate" title="{% trans "Team Events (RSS)" %}" href="{% url team-events-rss team.lp_name %}" />
 {% endblock %}
 
 {% block content %}

=== modified file 'loco_directory/templates/teams/team_event_list.html'
--- loco_directory/templates/teams/team_event_list.html	2010-06-24 19:18:57 +0000
+++ loco_directory/templates/teams/team_event_list.html	2010-07-12 10:44:43 +0000
@@ -5,6 +5,7 @@
 
 {% block sub_nav_links %}
 <a class="sub-nav-item" href="{% url team-detail team_object.lp_name %}">{% trans "Go back to team details" %}</a>
+<a class="sub-nav-item" href="{% url team-events-rss team_object.lp_name %}" title="{% trans "Team Events (RSS)" %}""><img src="/media/img/rssfeed.png" alt="" style="vertical-align: text-top;"> {% trans "Team Events (RSS)" %}</a>
 {% endblock %}
 
 {% block search %}{% endblock %}

_______________________________________________
Mailing list: https://launchpad.net/~loco-directory-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~loco-directory-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to