mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 23:24:48 +02:00
Fix contact creator link
This commit is contained in:
parent
df0fd3dadf
commit
96b59bfb4c
4 changed files with 23 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue