diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-12-04 19:45:01 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-12-04 19:45:01 -0800 |
commit | a863f6dc3cb00b50c497f836af7255d8999be455 (patch) | |
tree | f72e6c830a39dc73cc1916cac2d1bb9069336b6c /rt/share/html/Search | |
parent | 261197360f2d28579d59252eb4c249182ac383fa (diff) |
link to ticket, RT#34237
Diffstat (limited to 'rt/share/html/Search')
-rw-r--r-- | rt/share/html/Search/Schedule.html | 2 |
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', |