Fix contact creator link

This commit is contained in:
Alex Sherman 2021-05-18 13:38:51 +05:00
parent df0fd3dadf
commit 96b59bfb4c
4 changed files with 23 additions and 3 deletions

View file

@ -51,7 +51,7 @@ module ApplicationHelper
return model.creator if model.creator.is_a? String
# can be api user or some other user
link_to(model.creator, ['admin', model.creator])
link_to(model.creator, [:admin, model.creator])
end
def updator_link(model)