mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-15 03:13:20 +08:00
Merge pull request #2904 from urbanrotnik/ur-sci-5093
Fix smart annotation in checklist title [SCI-5093]
This commit is contained in:
commit
6ccd34291d
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ module Reports::Docx::DrawStepChecklist
|
||||||
@docx.p
|
@docx.p
|
||||||
@docx.p do
|
@docx.p do
|
||||||
text SmartAnnotations::TagToText.new(
|
text SmartAnnotations::TagToText.new(
|
||||||
@user,
|
user,
|
||||||
@report_team,
|
team,
|
||||||
I18n.t('projects.reports.elements.step_checklist.checklist_name', name: checklist.name)
|
I18n.t('projects.reports.elements.step_checklist.checklist_name', name: checklist.name)
|
||||||
).text, italic: true
|
).text, italic: true
|
||||||
text ' '
|
text ' '
|
||||||
|
|
Loading…
Reference in a new issue