Merge lp:~mhall119/loco-team-portal/fixes-731436 into lp:loco-team-portal

Proposed by Michael Hall
Status: Merged
Approved by: Chris Johnston
Approved revision: 419
Merged at revision: 421
Proposed branch: lp:~mhall119/loco-team-portal/fixes-731436
Merge into: lp:loco-team-portal
Diff against target: 12 lines (+1/-1)
1 file modified
loco_directory/templates/meetings/team_meeting_detail_agenda.inc.html (+1/-1)
To merge this branch: bzr merge lp:~mhall119/loco-team-portal/fixes-731436
Reviewer Review Type Date Requested Status
Chris Johnston Approve
Review via email: mp+52579@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Chris Johnston (cjohnston) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'loco_directory/templates/meetings/team_meeting_detail_agenda.inc.html'
--- loco_directory/templates/meetings/team_meeting_detail_agenda.inc.html 2011-01-26 13:25:33 +0000
+++ loco_directory/templates/meetings/team_meeting_detail_agenda.inc.html 2011-03-08 16:57:41 +0000
@@ -18,7 +18,7 @@
18 - <a class="agenda-sig" target="launchpaduser" href="https://launchpad.net/~{{ item.owner.user.username}}">{{ item.owner.realname }}</a>18 - <a class="agenda-sig" target="launchpaduser" href="https://launchpad.net/~{{ item.owner.user.username}}">{{ item.owner.realname }}</a>
19 @ {{ item.created_date|date:"D, d N Y H:i T" }}19 @ {{ item.created_date|date:"D, d N Y H:i T" }}
20 {% if item.description %}20 {% if item.description %}
21 <div class="agenda-description">{{ item.description|linebreaks }}</div>21 <div class="agenda-description">{{ item.description|urlize|linebreaks }}</div>
22 {% endif %}22 {% endif %}
23 </li>23 </li>
24 {% child %}24 {% child %}

Subscribers

People subscribed via source and target branches