Skip to content

Commit

Permalink
Fix link to task in alarm emails.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Apr 14, 2014
1 parent 1ca0a25 commit 27cf25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nag/templates/alarm/mail.html.php
@@ -1,4 +1,4 @@
<p><font size="4"><strong><a href="<?php $url = new Horde_Url($this->task_view_link); echo $url->remove(session_name()) ?>"><?php echo $this->h($this->task->name) ?></a></strong></font></p>
<p><font size="4"><strong><a href="<?php $url = new Horde_Url($this->task->view_link); echo $url->remove(session_name()) ?>"><?php echo $this->h($this->task->name) ?></a></strong></font></p>

<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr>
<td width="140" valign="top">
Expand Down

0 comments on commit 27cf25b

Please sign in to comment.