summaryrefslogtreecommitdiff
path: root/rt/share/html/Search/Schedule.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-12-04 19:45:02 -0800
committerIvan Kohler <ivan@freeside.biz>2015-12-04 19:45:02 -0800
commit00fb90f744ceddb3b36bf2820b7279742cd3ae43 (patch)
tree834d18c27ac3508ab5e2ec1ebae2f6a5284a6a4a /rt/share/html/Search/Schedule.html
parentbd2049875ec183b1568bc18474878ff17e56aebf (diff)
link to ticket, RT#34237
Diffstat (limited to 'rt/share/html/Search/Schedule.html')
-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 726b5cc2d..f021df702 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',