From 377acf2d61b8618f7b1e85f2a81c367b33d83a78 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 13 Jul 2015 15:38:59 +0800 Subject: Bug 1180880: Make the "URL" field in the new UI more prominent --- .../template/en/default/bug_modal/activity_stream.html.tmpl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl') diff --git a/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl index 7e4bc29d8..b752a47fe 100644 --- a/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl @@ -306,10 +306,8 @@ CASE 'bug_file_loc'; %] [% value FILTER truncate(256, '…') FILTER html %] + class="bug-url" data-safe="[% is_safe_url(value) ? 1 : 0 %]" + >[% value FILTER truncate(40) FILTER html %] [% CASE 'see_also'; -- cgit v1.2.3-24-g4f1b