Publications page to the new UI (admin)
This commit is contained in:
parent
d755a23dd9
commit
13e4589905
32 changed files with 440 additions and 714 deletions
|
@ -13,7 +13,7 @@ module ProcedureHelper
|
|||
safe_join(parts, ' ')
|
||||
end
|
||||
|
||||
def procedure_modal_text(procedure, key)
|
||||
def procedure_publish_text(procedure, key)
|
||||
action = procedure.close? ? :reopen : :publish
|
||||
t(action, scope: [:modal, :publish, key])
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue