Add missed space in the string [SCI-888]

This commit is contained in:
Oleksii Kriuchykhin 2017-01-16 17:09:41 +01:00
parent e6a8f46139
commit 0ce71884a5

View file

@ -89,7 +89,7 @@ module ApplicationHelper
if my_module.archived?
"<span class='sa-type'>#{sanitize(match[2])}</span> " \
"#{link_to my_module.name,
module_archive_experiment_path(my_module.experiment)}" \
module_archive_experiment_path(my_module.experiment)} " \
"#{t'atwho.res.archived'}"
else
"<span class='sa-type'>#{sanitize(match[2])}</span> " \