summaryrefslogtreecommitdiff
path: root/rt/share/html/Search
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-12-04 19:45:01 -0800
committerJonathan Prykop <jonathan@freeside.biz>2016-02-03 17:48:42 -0600
commit9c11fac3f8d3f31306de62185f623b7afb6e94ee (patch)
treedcf735d56e8f3e3e7c3b3231d4e33f0496aee988 /rt/share/html/Search
parent8ed14c4f01f47c35a4a21e2daa6e642d51a7270c (diff)
link to ticket, RT#34237
Diffstat (limited to 'rt/share/html/Search')
-rw-r--r--rt/share/html/Search/Schedule.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/share/html/Search/Schedule.html b/rt/share/html/Search/Schedule.html
index c51832cad..03cd880d0 100644
--- a/rt/share/html/Search/Schedule.html
+++ b/rt/share/html/Search/Schedule.html
@@ -175,7 +175,7 @@
% #remove their droppable
$('#'+n_td_id).droppable('destroy');
if ( d == 0 ) {
- $('#'+n_td_id).text(label);
+ $('#'+n_td_id).html(label + ' <A HREF="<%$RT::WebPath%>/Ticket/Display.html?id=' + ticketid + '">view</A>' );
% #(and make the top draggable, so we could do it all over again)
$('#'+n_td_id).draggable({
containment: '.titlebox-content',