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

Proposed by Chris Johnston
Status: Merged
Merged at revision: not available
Proposed branch: lp:~cjohnston/loco-team-portal/bugfix-lp-539928
Merge into: lp:loco-team-portal
Diff against target: 12 lines (+1/-1)
1 file modified
loco_directory/templates/events/global_event_list.inc.html (+1/-1)
To merge this branch: bzr merge lp:~cjohnston/loco-team-portal/bugfix-lp-539928
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+21510@code.launchpad.net

Description of the change

Fixes spacing issue on Events page (starts at: )

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

Thanks a bunch for fixing this. I also updated the .pot file.

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/events/global_event_list.inc.html'
2--- loco_directory/templates/events/global_event_list.inc.html 2010-01-10 20:39:23 +0000
3+++ loco_directory/templates/events/global_event_list.inc.html 2010-03-16 23:52:24 +0000
4@@ -4,7 +4,7 @@
5 <td width="100%" valign="top" class="col2_container">
6 <ul>
7 {% for global_event in global_event_list %}
8-<li class="{% cycle 'col_left' 'col_right'%}"><a href="{{global_event.get_absolute_url }}">{{ global_event.name }}</a> {% trans "starts at:" %}{{ global_event.date_begin|date}} ({{global_event.teamevent_set.all.count}} {% trans "team events attend." %})</li>
9+<li class="{% cycle 'col_left' 'col_right'%}"><a href="{{global_event.get_absolute_url }}">{{ global_event.name }}</a> {% trans "starts at: " %}{{ global_event.date_begin|date}} ({{global_event.teamevent_set.all.count}} {% trans "team events attend." %})</li>
10 {% endfor %}
11 </ul>
12 </td>

Subscribers

People subscribed via source and target branches