Sha256: 5c9524f84c9e66cf0df18d8cca08e8a5ef17110e4bb84ca23e8716c585d53d1c
Contents?: true
Size: 420 Bytes
Versions: 4
Compression:
Stored size: 420 Bytes
Contents
- a = controller.controller_name %ul#nav -case @active -when :shop then %li{:class => "#{'active' if a == 'products'}"}= link_to "Товары", admin_products_path -when :materials then %li{:class => "#{'active' if a == 'articles'}"}= link_to "Статьи", [:admin, :articles] -when :system %li{:class => "#{'active' if a == 'users'}"}= link_to "Пользователи", admin_users_path
Version data entries
4 entries across 4 versions & 1 rubygems