Merge lp:~stevenk/launchpad/branch-subscriber-vertical-space into lp:launchpad

Proposed by Steve Kowalik
Status: Merged
Approved by: Steve Kowalik
Approved revision: no longer in the source branch.
Merged at revision: 13349
Proposed branch: lp:~stevenk/launchpad/branch-subscriber-vertical-space
Merge into: lp:launchpad
Diff against target: 12 lines (+1/-1)
1 file modified
lib/lp/code/templates/branch-portlet-subscribers.pt (+1/-1)
To merge this branch: bzr merge lp:~stevenk/launchpad/branch-subscriber-vertical-space
Reviewer Review Type Date Requested Status
Gavin Panella (community) Approve
Review via email: mp+66615@code.launchpad.net

Commit message

The branch subscriber portlet now uses the 'section' class, rather than 'actions',

Description of the change

The branch subscriber portlet now uses the 'section' class, rather than 'actions',

To post a comment you must log in.
Revision history for this message
Gavin Panella (allenap) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/lp/code/templates/branch-portlet-subscribers.pt'
2--- lib/lp/code/templates/branch-portlet-subscribers.pt 2010-06-10 07:54:59 +0000
3+++ lib/lp/code/templates/branch-portlet-subscribers.pt 2011-07-01 14:19:31 +0000
4@@ -7,7 +7,7 @@
5 tal:define="context_menu view/context/menu:context">
6
7 <div>
8- <div class="actions">
9+ <div class="section">
10 <div
11 tal:define="link context_menu/subscription"
12 tal:condition="link/enabled"