##// END OF EJS Templates
Truncates link custom field URL for display (#21012)....
Jean-Philippe Lang -
r14334:500b0c6aff80
parent child
Show More
@@ -361,7 +361,7 module Redmine
361 url = "http://" + url
361 url = "http://" + url
362 end
362 end
363 end
363 end
364 view.link_to value.to_s, url
364 view.link_to value.to_s.truncate(40), url
365 else
365 else
366 value.to_s
366 value.to_s
367 end
367 end
General Comments 0
You need to be logged in to leave comments. Login now