Merge lp:~robru/bileto/links-to-user-pages into lp:bileto

Proposed by Robert Bruce Park
Status: Merged
Approved by: Robert Bruce Park
Approved revision: 236
Merged at revision: 236
Proposed branch: lp:~robru/bileto/links-to-user-pages
Merge into: lp:bileto
Diff against target: 12 lines (+1/-1)
1 file modified
tickets/static/app.js (+1/-1)
To merge this branch: bzr merge lp:~robru/bileto/links-to-user-pages
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Robert Bruce Park (community) Approve
Review via email: mp+269539@code.launchpad.net

Commit message

Link to user's requests, not to their lp page.

To post a comment you must log in.
Revision history for this message
Robert Bruce Park (robru) wrote :

Looks good in staging.

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tickets/static/app.js'
2--- tickets/static/app.js 2015-08-28 04:38:56 +0000
3+++ tickets/static/app.js 2015-08-28 18:09:25 +0000
4@@ -50,7 +50,7 @@
5 text = a('https://launchpad.net/~ci-train-ppa-service/+archive/' + text, text)
6 break;
7 case 'landers':
8- text = link_each_word('https://launchpad.net/~', words);
9+ text = link_each_word('/#/user/', words);
10 break;
11 case 'sources':
12 text = link_each_word('https://launchpad.net/ubuntu/+source/', words);

Subscribers

People subscribed via source and target branches