|
|
@@ -127,6 +127,7 @@ SimpleNavigation::Configuration.run do |navigation|
|
|
|
primary.item :support, { icon: "fa fa-fw fa-group", text: "Soporte" }, '#', class: 'menu-dropdown classic-menu-dropdown' do |sub_nav|
|
|
|
sub_nav.dom_attributes = { class: "dropdown-menu pull-left" }
|
|
|
sub_nav.item :send_info, "Soporte técnico", contact_support_path
|
|
|
+ sub_nav.item :updates, "Actualizaciones", system_updates_path
|
|
|
end
|
|
|
end
|
|
|
|
|
|
@@ -210,6 +211,7 @@ SimpleNavigation::Configuration.run do |navigation|
|
|
|
primary.item :support, { icon: "fa fa-fw fa-group", text: "Soporte" }, '#', class: 'menu-dropdown classic-menu-dropdown' do |sub_nav|
|
|
|
sub_nav.dom_attributes = { class: "dropdown-menu pull-left" }
|
|
|
sub_nav.item :send_info, "Soporte técnico", contact_support_path
|
|
|
+ sub_nav.item :updates, "Actualizaciones", system_updates_path
|
|
|
end
|
|
|
end
|
|
|
|
|
|
@@ -263,6 +265,7 @@ SimpleNavigation::Configuration.run do |navigation|
|
|
|
primary.item :support, { icon: "fa fa-fw fa-group", text: "Soporte" }, '#', class: 'menu-dropdown classic-menu-dropdown' do |sub_nav|
|
|
|
sub_nav.dom_attributes = { class: "dropdown-menu pull-left" }
|
|
|
sub_nav.item :send_info, "Soporte técnico", contact_support_path
|
|
|
+ sub_nav.item :updates, "Actualizaciones", system_updates_path
|
|
|
end
|
|
|
end
|
|
|
|
|
|
@@ -289,6 +292,7 @@ SimpleNavigation::Configuration.run do |navigation|
|
|
|
primary.item :support, { icon: "fa fa-fw fa-group", text: "Soporte" }, '#', class: 'menu-dropdown classic-menu-dropdown' do |sub_nav|
|
|
|
sub_nav.dom_attributes = { class: "dropdown-menu pull-left" }
|
|
|
sub_nav.item :send_info, "Soporte técnico", contact_support_path
|
|
|
+ sub_nav.item :updates, "Actualizaciones", system_updates_path
|
|
|
end
|
|
|
end
|
|
|
|