diff --git a/app/helpers/protocol_status_helper.rb b/app/helpers/protocol_status_helper.rb index eb074241a..71cdb8fce 100644 --- a/app/helpers/protocol_status_helper.rb +++ b/app/helpers/protocol_status_helper.rb @@ -7,7 +7,7 @@ module ProtocolStatusHelper res << 'data-trigger="focus" data-placement="bottom" title="' res << protocol_status_popover_title(parent) + '" data-content="' + protocol_status_popover_content(parent) + - '">' + protocol_name(parent) + '' + '">' + protocol_name(parent).truncate(Constants::NAME_TRUNCATION_LENGTH) + '' res.html_safe end