mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
syntax fix
This commit is contained in:
parent
37a05fc705
commit
36373d12e3
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
- active_class = ['registrar/invoices'].include?(params[:controller]) ? 'active' :nil
|
||||
%li{class: active_class}= link_to t(:billing), registrar_invoices_path
|
||||
|
||||
- if !Rails.env.production? && can? :view, :registrar_xml_console
|
||||
- if !Rails.env.production? && can?(:view, :registrar_xml_console)
|
||||
- active_class = ['registrar/xml_consoles'].include?(params[:controller]) ? 'active' :nil
|
||||
%li{class: active_class}= link_to t(:xml_console), registrar_xml_console_path
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue