harvest-dev team mailing list archive
-
harvest-dev team
-
Mailing list archive
-
Message #00271
[Merge] lp:~dholbach/harvest/mainpage into lp:harvest
Daniel Holbach has proposed merging lp:~dholbach/harvest/mainpage into lp:harvest with lp:~dholbach/harvest/530098 as a prerequisite.
Requested reviews:
harvest-dev (harvest-dev)
Related bugs:
#617255 make /opportunities accessible from mainpage
https://bugs.launchpad.net/bugs/617255
--
https://code.launchpad.net/~dholbach/harvest/mainpage/+merge/34049
Your team harvest-dev is requested to review the proposed merge of lp:~dholbach/harvest/mainpage into lp:harvest.
=== modified file 'harvest/templates/index.html'
--- harvest/templates/index.html 2010-08-30 07:37:40 +0000
+++ harvest/templates/index.html 2010-08-30 07:37:40 +0000
@@ -40,6 +40,10 @@
{% blocktrans count opportunitylists as counter %}1 opportunity list, {% plural %}{{ counter }} opportunity lists, {% endblocktrans %}
{% blocktrans count notes as counter %}1 note.{% plural %}{{ counter }} notes.{% endblocktrans %}
</div>
+<div id="links">
+ <b><a href="{% url opportunities.views.filter %}">{% trans "Opportunities" %}</a></b>
+</div>
+</div>
{% if features %}
<div id="featured">
<h2>{% trans "Featured Opportunities" %}</h2>