mirror of
https://github.com/internetee/registry.git
synced 2025-05-20 19:29:39 +02:00
117806281-typo
This commit is contained in:
parent
32620692cc
commit
80a5c9d054
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
%br= link_to t(:edit_statuses), edit_admin_domain_path(params[:domain_id])
|
||||
|
||||
%p.text-right
|
||||
- if (event == 'update' || event = 'create') && (version && version.uuid)
|
||||
- if (event == 'update' || event == 'create') && (version && version.uuid)
|
||||
= link_to event, '#', class: 'js-event'
|
||||
- else
|
||||
= event
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue