Merge pull request #415 from okriuchykhin/ok_SCI_888

Add missed space in the string [SCI-888]
This commit is contained in:
okriuchykhin 2017-01-18 09:34:51 +01:00 committed by GitHub
commit 781a68e0d5

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> " \