Chris Johnston has proposed merging lp:~chrisjohnston/loco-directory/bug-601838 
into lp:loco-directory.

Requested reviews:
  loco-directory-dev (loco-directory-dev)


Adds links to h2's on main page
-- 
https://code.launchpad.net/~chrisjohnston/loco-directory/bug-601838/+merge/30122
Your team loco-directory-dev is requested to review the proposed merge of 
lp:~chrisjohnston/loco-directory/bug-601838 into lp:loco-directory.
=== modified file 'loco_directory/templates/index.html'
--- loco_directory/templates/index.html	2010-06-24 19:18:57 +0000
+++ loco_directory/templates/index.html	2010-07-16 15:34:08 +0000
@@ -4,10 +4,10 @@
 {% block sub_nav %}{% endblock %}
 
 {% block content %}
-
+	
   <h1>{% trans "Ubuntu LoCo Team Directory" %}</h1>
 	<article class="main-content">
-        <h2>{% trans "Teams" %}</h2>
+        <h2><a class="main-nav-item {% ifequal url_base 'teams' %}current{% endifequal %}" title="{% trans "Show all Teams" %}" href="{% url team-list %}">{% trans "Teams" %}</a></h2>
         <p>
           {% trans "List of all Ubuntu LoCo Teams, with full information such as contact, web pages, mailing list, and more." %}
           {% trans "If there are no teams in your country/region/area, you will be able to add a team in the near future." %}
@@ -17,14 +17,14 @@
 		<hr class="divide" />
 
 		<article class="main-content">
-        <h2>{% trans "Events" %}</h2>
+        <h2><a class="main-nav-item {% ifequal url_base 'events' %}current{% endifequal %}" title="{% trans "Show all Events" %}" href="{% url event-list %}">{% trans "Events" %}</a></h2>
         <p>{% trans "List of all Ubuntu LoCo Events, with full information such as location, attendees, teams, and more." %}</p>
         </article>
 
 		<hr class="divide" />
 
 		<article class="minor-content">
-        <h2>{% trans "Venues" %}</h2>
+        <h2><a class="main-nav-item {% ifequal url_base 'venues' %}current{% endifequal %}" title="{% trans "Show all Venues" %}" href="{% url venue-list %}">{% trans "Venues" %}</a></h2>
         <p>{% trans "List of all Ubuntu LoCo Venues." %}</p>
         </article>
 

_______________________________________________
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