mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-07 05:03:26 +08:00
Fix column label template format [SCI-7236]
This commit is contained in:
parent
fcd235b654
commit
dbfc3b2e2a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ module LabelTemplates
|
|||
tags: repository.repository_columns.pluck(:name).map do |name|
|
||||
{
|
||||
key: name,
|
||||
tag: "{{COLUMN_[#{name}]}}"
|
||||
tag: "{{c_#{name}}}"
|
||||
}
|
||||
end
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue