Merge lp:~cjohnston/loco-team-portal/bug-601838 into lp:loco-team-portal

Proposed by Chris Johnston
Status: Merged
Merged at revision: 194
Proposed branch: lp:~cjohnston/loco-team-portal/bug-601838
Merge into: lp:loco-team-portal
Diff against target: 28 lines (+3/-3)
1 file modified
loco_directory/templates/index.html (+3/-3)
To merge this branch: bzr merge lp:~cjohnston/loco-team-portal/bug-601838
Reviewer Review Type Date Requested Status
Michael Hall (community) Approve
Review via email: mp+30128@code.launchpad.net

Description of the change

Adds links to h2's on main page.

To post a comment you must log in.
Revision history for this message
Michael Hall (mhall119) wrote :

Looks good

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'loco_directory/templates/index.html'
2--- loco_directory/templates/index.html 2010-06-24 19:18:57 +0000
3+++ loco_directory/templates/index.html 2010-07-16 16:32:31 +0000
4@@ -7,7 +7,7 @@
5
6 <h1>{% trans "Ubuntu LoCo Team Directory" %}</h1>
7 <article class="main-content">
8- <h2>{% trans "Teams" %}</h2>
9+ <h2><a title="{% trans "Show all Teams" %}" href="{% url team-list %}">{% trans "Teams" %}</a></h2>
10 <p>
11 {% trans "List of all Ubuntu LoCo Teams, with full information such as contact, web pages, mailing list, and more." %}
12 {% trans "If there are no teams in your country/region/area, you will be able to add a team in the near future." %}
13@@ -17,14 +17,14 @@
14 <hr class="divide" />
15
16 <article class="main-content">
17- <h2>{% trans "Events" %}</h2>
18+ <h2><a title="{% trans "Show all Events" %}" href="{% url event-list %}">{% trans "Events" %}</a></h2>
19 <p>{% trans "List of all Ubuntu LoCo Events, with full information such as location, attendees, teams, and more." %}</p>
20 </article>
21
22 <hr class="divide" />
23
24 <article class="minor-content">
25- <h2>{% trans "Venues" %}</h2>
26+ <h2><a title="{% trans "Show all Venues" %}" href="{% url venue-list %}">{% trans "Venues" %}</a></h2>
27 <p>{% trans "List of all Ubuntu LoCo Venues." %}</p>
28 </article>
29

Subscribers

People subscribed via source and target branches