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
=== 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 16:32:31 +0000
@@ -7,7 +7,7 @@
77
8 <h1>{% trans "Ubuntu LoCo Team Directory" %}</h1>8 <h1>{% trans "Ubuntu LoCo Team Directory" %}</h1>
9 <article class="main-content">9 <article class="main-content">
10 <h2>{% trans "Teams" %}</h2>10 <h2><a title="{% trans "Show all Teams" %}" href="{% url team-list %}">{% trans "Teams" %}</a></h2>
11 <p>11 <p>
12 {% trans "List of all Ubuntu LoCo Teams, with full information such as contact, web pages, mailing list, and more." %}12 {% trans "List of all Ubuntu LoCo Teams, with full information such as contact, web pages, mailing list, and more." %}
13 {% trans "If there are no teams in your country/region/area, you will be able to add a team in the near future." %}13 {% 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 @@
17 <hr class="divide" />17 <hr class="divide" />
1818
19 <article class="main-content">19 <article class="main-content">
20 <h2>{% trans "Events" %}</h2>20 <h2><a title="{% trans "Show all Events" %}" href="{% url event-list %}">{% trans "Events" %}</a></h2>
21 <p>{% trans "List of all Ubuntu LoCo Events, with full information such as location, attendees, teams, and more." %}</p>21 <p>{% trans "List of all Ubuntu LoCo Events, with full information such as location, attendees, teams, and more." %}</p>
22 </article>22 </article>
2323
24 <hr class="divide" />24 <hr class="divide" />
2525
26 <article class="minor-content">26 <article class="minor-content">
27 <h2>{% trans "Venues" %}</h2>27 <h2><a title="{% trans "Show all Venues" %}" href="{% url venue-list %}">{% trans "Venues" %}</a></h2>
28 <p>{% trans "List of all Ubuntu LoCo Venues." %}</p>28 <p>{% trans "List of all Ubuntu LoCo Venues." %}</p>
29 </article>29 </article>
3030

Subscribers

People subscribed via source and target branches