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
1=== modified file 'loco_directory/templates/meetings/team_meeting_detail_agenda.inc.html'
2--- loco_directory/templates/meetings/team_meeting_detail_agenda.inc.html 2011-01-26 13:25:33 +0000
3+++ loco_directory/templates/meetings/team_meeting_detail_agenda.inc.html 2011-03-08 16:57:41 +0000
4@@ -18,7 +18,7 @@
5 - <a class="agenda-sig" target="launchpaduser" href="https://launchpad.net/~{{ item.owner.user.username}}">{{ item.owner.realname }}</a>
6 @ {{ item.created_date|date:"D, d N Y H:i T" }}
7 {% if item.description %}
8- <div class="agenda-description">{{ item.description|linebreaks }}</div>
9+ <div class="agenda-description">{{ item.description|urlize|linebreaks }}</div>
10 {% endif %}
11 </li>
12 {% child %}

Subscribers

People subscribed via source and target branches