mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-05 22:44:22 +08:00
Merge pull request #415 from okriuchykhin/ok_SCI_888
Add missed space in the string [SCI-888]
This commit is contained in:
commit
781a68e0d5
1 changed files with 1 additions and 1 deletions
|
@ -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> " \
|
||||
|
|
Loading…
Reference in a new issue