Merge lp:~whosdaz/ubuntu-qa-website/gci5957015671144448 into lp:ubuntu-qa-website

Proposed by Matthew Allen
Status: Superseded
Proposed branch: lp:~whosdaz/ubuntu-qa-website/gci5957015671144448
Merge into: lp:ubuntu-qa-website
Diff against target: 22 lines (+2/-3)
1 file modified
modules/qatracker/user/qatracker.user.results.php (+2/-3)
To merge this branch: bzr merge lp:~whosdaz/ubuntu-qa-website/gci5957015671144448
Reviewer Review Type Date Requested Status
Ubuntu QA Website Developers Pending
Review via email: mp+281036@code.launchpad.net

This proposal has been superseded by a proposal from 2015-12-22.

To post a comment you must log in.
Revision history for this message
Nicholas Skaggs (nskaggs) wrote :

Could we change the text to say: 'Report an issue with this testcase'?

411. By Matthew Allen

Changed wording of report link

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'modules/qatracker/user/qatracker.user.results.php'
2--- modules/qatracker/user/qatracker.user.results.php 2015-12-16 21:56:07 +0000
3+++ modules/qatracker/user/qatracker.user.results.php 2015-12-22 02:27:15 +0000
4@@ -208,9 +208,7 @@
5
6 $items['testcase'] = array(
7 '#type' => 'fieldset',
8- '#collapsible' => TRUE,
9- '#collapsed' => FALSE,
10- '#title' => t("Testcase"),
11+ '#title' => t('Testcase <a href="@url">(Report an issue with this testcase)</a>', array('@url' => url('https://bugs.launchpad.net/ubuntu-manual-tests/+filebug')))
12 );
13
14 if ($current_revision) {
15@@ -219,6 +217,7 @@
16 '#prefix' => '<div style="padding:0.5em;background-color:#e4e4e4;">',
17 '#markup' => check_markup($current_revision, "filtered_html"),
18 '#suffix' => '</div>',
19+
20 );
21 }
22 else {

Subscribers

People subscribed via source and target branches