mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-21 06:15:31 +08:00
Add missed space in the string [SCI-888]
This commit is contained in:
parent
e6a8f46139
commit
0ce71884a5
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