Skip to content

Commit

Permalink
Include link to local application instance in comment "signature" - Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elkuku committed Aug 15, 2014
1 parent d474eea commit 63a1d4d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/App/Tracker/Controller/Comment/Ajax/Submit.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@ protected function prepareResponse()

// @todo removeMe :(
$comment .= sprintf(
'<br />*You may blame the <a href="%1$s">%2$s Application</a> for transmitting this comment.*',
'https://github.com/joomla/jissues', 'J!Tracker'
'<br />*You may blame the <a href="%1$s">%2$s Application</a> at <a href="%3$s">%4$s</a> for transmitting this comment.*',
'https://github.com/joomla/jissues', 'J!Tracker',
$this->getContainer()->get('app')->get('uri')->base->full,
$this->getContainer()->get('app')->get('uri')->base->full
);

$project = $this->getContainer()->get('app')->getProject();
Expand Down

0 comments on commit 63a1d4d

Please sign in to comment.