Merge lp:~cjwatson/launchpad/configure-code-git-markup into lp:launchpad

Proposed by Colin Watson
Status: Merged
Merged at revision: 18011
Proposed branch: lp:~cjwatson/launchpad/configure-code-git-markup
Merge into: lp:launchpad
Diff against target: 18 lines (+5/-3)
1 file modified
lib/lp/code/templates/configure-code.pt (+5/-3)
To merge this branch: bzr merge lp:~cjwatson/launchpad/configure-code-git-markup
Reviewer Review Type Date Requested Status
William Grant code Approve
Review via email: mp+293190@code.launchpad.net

Commit message

Add missing table around git_repository_location widget row on Product:+configure-code, so that errors are highlighted properly.

Description of the change

Add missing table around git_repository_location widget row on Product:+configure-code, so that errors are highlighted properly.

To post a comment you must log in.
Revision history for this message
William Grant (wgrant) wrote :

Ew.

review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'lib/lp/code/templates/configure-code.pt'
--- lib/lp/code/templates/configure-code.pt 2016-04-07 13:01:08 +0000
+++ lib/lp/code/templates/configure-code.pt 2016-04-28 02:13:39 +0000
@@ -141,9 +141,11 @@
141141
142 <h3>Link an existing repository</h3>142 <h3>Link an existing repository</h3>
143 <p>Link to an existing Git repository already on Launchpad</p>143 <p>Link to an existing Git repository already on Launchpad</p>
144 <tal:widget define="widget nocall:view/widgets/git_repository_location">144 <table>
145 <metal:block use-macro="context/@@launchpad_form/widget_row" />145 <tal:widget define="widget nocall:view/widgets/git_repository_location">
146 </tal:widget>146 <metal:block use-macro="context/@@launchpad_form/widget_row" />
147 </tal:widget>
148 </table>
147 </div>149 </div>
148 </div>150 </div>
149 </div>151 </div>