Merge branch '117806281-clickable_actions' into staging

This commit is contained in:
Stas 2016-05-24 14:01:03 +03:00
commit 0909c70233

View file

@ -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