Merge lp:~cjohnston/loco-team-portal/bugfix-lp-609905 into lp:loco-team-portal

Proposed by Chris Johnston
Status: Merged
Merged at revision: 199
Proposed branch: lp:~cjohnston/loco-team-portal/bugfix-lp-609905
Merge into: lp:loco-team-portal
Diff against target: 103 lines (+27/-21)
2 files modified
loco_directory/locale/loco-directory.pot (+14/-8)
loco_directory/templates/events/event_history_list.html (+13/-13)
To merge this branch: bzr merge lp:~cjohnston/loco-team-portal/bugfix-lp-609905
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+30908@code.launchpad.net

Description of the change

Makes template and text changes to fix the /events/history/ page

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Good work!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'loco_directory/locale/loco-directory.pot'
2--- loco_directory/locale/loco-directory.pot 2010-07-21 10:27:59 +0000
3+++ loco_directory/locale/loco-directory.pot 2010-07-26 00:37:41 +0000
4@@ -8,7 +8,7 @@
5 msgstr ""
6 "Project-Id-Version: PACKAGE VERSION\n"
7 "Report-Msgid-Bugs-To: \n"
8-"POT-Creation-Date: 2010-07-21 10:27+0000\n"
9+"POT-Creation-Date: 2010-07-26 00:33+0000\n"
10 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: LANGUAGE <LL@li.org>\n"
13@@ -604,21 +604,23 @@
14 msgstr ""
15
16 #: templates/events/event_history_list.html:11
17-#: templates/events/event_history_list.html:24
18-#: templates/events/event_list.html:41 templates/teams/team_event_list.html:22
19-msgid "Select a team event below to see more information about it:"
20+msgid "Select a past global event below to see more information about it:"
21 msgstr ""
22
23 #: templates/events/event_history_list.html:16
24-msgid "There has been no LoCo Global Events in the past :("
25+msgid "There have been no LoCo Global Events in the past :("
26 msgstr ""
27
28-#: templates/events/event_history_list.html:22
29+#: templates/events/event_history_list.html:23
30 msgid "Ubuntu LoCo Team Events History"
31 msgstr ""
32
33-#: templates/events/event_history_list.html:29
34-msgid "There has been no LoCo Team Events in the past :("
35+#: templates/events/event_history_list.html:25
36+msgid "Select a past team event below to see more information about it:"
37+msgstr ""
38+
39+#: templates/events/event_history_list.html:30
40+msgid "There have been no LoCo Team Events in the past :("
41 msgstr ""
42
43 #: templates/events/event_list.html:4
44@@ -657,6 +659,10 @@
45 msgid "Team Events as ical"
46 msgstr ""
47
48+#: templates/events/event_list.html:41 templates/teams/team_event_list.html:22
49+msgid "Select a team event below to see more information about it:"
50+msgstr ""
51+
52 #: templates/events/event_list.html:46
53 msgid "There are currently no LoCo Team Events :("
54 msgstr ""
55
56=== modified file 'loco_directory/templates/events/event_history_list.html'
57--- loco_directory/templates/events/event_history_list.html 2009-12-26 10:00:19 +0000
58+++ loco_directory/templates/events/event_history_list.html 2010-07-26 00:37:41 +0000
59@@ -4,31 +4,31 @@
60 {% block title %}{% trans "Ubuntu LoCo Events History" %}{% endblock %}
61
62 {% block content %}
63-<div class="mainpage">
64-<h1>{% trans "Ubuntu LoCo Global Events History" %}</h1>
65+<article class="main-content">
66+<h2>{% trans "Ubuntu LoCo Global Events History" %}</h2>
67
68 {% if global_event_list %}
69-<p>{% trans "Select a team event below to see more information about it:" %}</p>
70+<p>{% trans "Select a past global event below to see more information about it:" %}</p>
71
72 {% include "events/global_event_list.inc.html" %}
73
74 {% else %}
75-<p>{% trans "There has been no LoCo Global Events in the past :(" %}</p>
76+<p>{% trans "There have been no LoCo Global Events in the past :(" %}</p>
77 {% endif %}
78-
79-
80-
81-
82-<h1>{% trans "Ubuntu LoCo Team Events History" %}</h1>
83+</article>
84+
85+<hr class="divide" />
86+
87+<article class="main-content">
88+<h2>{% trans "Ubuntu LoCo Team Events History" %}</h2>
89 {% if team_event_list %}
90-<p>{% trans "Select a team event below to see more information about it:" %}</p>
91+<p>{% trans "Select a past team event below to see more information about it:" %}</p>
92
93 {% include "events/team_event_list.inc.html" %}
94
95 {% else %}
96-<p>{% trans "There has been no LoCo Team Events in the past :(" %}</p>
97+<p>{% trans "There have been no LoCo Team Events in the past :(" %}</p>
98 {% endif %}
99
100-
101-</div>
102+</article>
103 {% endblock %}

Subscribers

People subscribed via source and target branches