mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-01 04:32:16 +08:00
add locale - fix
This commit is contained in:
parent
6de83ff53b
commit
8e02c2e025
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
<span class="glyphicon glyphicon-list"></span>
|
||||
</div>
|
||||
<div class="pull-left checklist-name">
|
||||
<%= auto_link(smart_annotation_parser(simple_format(checklist.name)),
|
||||
<%= auto_link(smart_annotation_parser(simple_format(t 'projects.reports.elements.step_checklist.checklist_name', name: checklist.name)),
|
||||
link: :urls,
|
||||
sanitize: false,
|
||||
html: { target: '_blank' }).html_safe %>
|
||||
|
|
Loading…
Reference in a new issue