diff options
Diffstat (limited to 'extensions/BugModal')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/field.html.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl index b31052d36..0fe143919 100644 --- a/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl @@ -308,7 +308,9 @@ END; [% IF url.isa('Bugzilla::BugUrl::Bugzilla::Local') %] [% url.target_bug_id FILTER bug_link(url.target_bug_id, use_alias => 1) FILTER none %] [% ELSE %] - <a href="[% url.name FILTER html %]">[% url.name FILTER html %]</a> + <a href="[% url.name FILTER html %]" + title="[% url.name FILTER truncate(256) FILTER html %]" + >[% url.name FILTER truncate(40) FILTER html %]</a> [% END %] [% IF edit %] <label> |