Merge lp:~bradputzier/ubuntu-za/bug into lp:ubuntu-za

Proposed by Bradley Putzier
Status: Merged
Approved by: Raoul Snyman
Approved revision: 25
Merged at revision: 25
Proposed branch: lp:~bradputzier/ubuntu-za/bug
Merge into: lp:ubuntu-za
Diff against target: 21 lines (+2/-2)
1 file modified
pages/poll.rst (+2/-2)
To merge this branch: bzr merge lp:~bradputzier/ubuntu-za/bug
Reviewer Review Type Date Requested Status
Raoul Snyman Approve
Review via email: mp+252195@code.launchpad.net

Description of the change

Fix the URL "Http" to correct the poll display site.

Note, testing is tricky as no https seems possible with "nikola serve". Link works fine on http.

To post a comment you must log in.
Revision history for this message
Raoul Snyman (raoul-snyman) wrote :

In future, when you commit a fix for a bug, use the "--fixes" command line option, like so:

  bzr commit -m "Fix for bug #1426130" --fixes=lp:1426130

This links your branch and this merge to the bug.

review: Approve
Revision history for this message
Raoul Snyman (raoul-snyman) wrote :

Additionally, name your branch "bug-1426130" to make it easier for Launchpad to associate your branch with the bug.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'pages/poll.rst'
2--- pages/poll.rst 2015-02-21 13:05:23 +0000
3+++ pages/poll.rst 2015-03-07 03:32:33 +0000
4@@ -12,7 +12,7 @@
5 <div class="col-md-3">&nbsp;</div>
6 <div class="col-md-6 well">
7 <p><strong>Share your choice with us </strong></p>
8- <iframe src="http://strawpoll.me/embed_1/3695197" style="width: 550px; height: 610px; border: 0;">Loading poll...</iframe>
9+ <iframe src="//strawpoll.me/embed_1/3695197" style="width: 550px; height: 610px; border: 0;">Loading poll...</iframe>
10 </div>
11 <div class="col-md-3">&nbsp;</div>
12 </div>
13@@ -22,7 +22,7 @@
14 <div class="col-md-3">&nbsp;</div>
15 <div class="col-md-6 well">
16 <p><strong>What others are using </strong></p>
17- <iframe src="http://strawpoll.me/embed_1/3695197/r" style="width: 550px; height: 610px; border: 0;">Loading poll...</iframe>
18+ <iframe src="//strawpoll.me/embed_1/3695197/r" style="width: 550px; height: 610px; border: 0;">Loading poll...</iframe>
19 </div>
20 <div class="col-md-3">&nbsp;</div>
21 </div>

Subscribers

People subscribed via source and target branches