Merge lp:~cjohnston/loco-team-portal/809597 into lp:loco-team-portal

Proposed by Chris Johnston
Status: Merged
Approved by: Adnane Belmadiaf
Approved revision: 470
Merged at revision: 470
Proposed branch: lp:~cjohnston/loco-team-portal/809597
Merge into: lp:loco-team-portal
Diff against target: 12 lines (+1/-1)
1 file modified
loco_directory/templates/events/team_event_detail_comments.inc.html (+1/-1)
To merge this branch: bzr merge lp:~cjohnston/loco-team-portal/809597
Reviewer Review Type Date Requested Status
Adnane Belmadiaf Approve
Review via email: mp+70662@code.launchpad.net

Commit message

Fixes username in comments being too small.

To post a comment you must log in.
Revision history for this message
Adnane Belmadiaf (daker) wrote :

Looks good.

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/team_event_detail_comments.inc.html'
2--- loco_directory/templates/events/team_event_detail_comments.inc.html 2011-03-16 17:20:55 +0000
3+++ loco_directory/templates/events/team_event_detail_comments.inc.html 2011-08-07 02:55:56 +0000
4@@ -14,7 +14,7 @@
5 </tr>
6 {% for comment in comment_date.list %}
7 <tr>
8- <th class="form-item-label" scope="row"><label><a href="https://launchpad.net/~{{comment.commenter_profile.user.username}}">{{comment.commenter_profile.realname}}</a>:</label></th>
9+ <th class="form-item-label" scope="row"><a href="https://launchpad.net/~{{comment.commenter_profile.user.username}}">{{comment.commenter_profile.realname}}</a>:</th>
10 <td class="form-item-value">{{comment.comment}}</td>
11 </tr>
12 {% endfor %}

Subscribers

People subscribed via source and target branches