mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 10:16:01 +02:00
Merge branch '117806281-clickable_actions' into staging
This commit is contained in:
commit
0909c70233
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])
|
%br= link_to t(:edit_statuses), edit_admin_domain_path(params[:domain_id])
|
||||||
|
|
||||||
%p.text-right
|
%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'
|
= link_to event, '#', class: 'js-event'
|
||||||
- else
|
- else
|
||||||
= event
|
= event
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue