Sha256: 8742d4152e54cb642be27396a0c2e015be3b35d1746418c34567b5fc8c39e5bc
Contents?: true
Size: 611 Bytes
Versions: 13
Compression:
Stored size: 611 Bytes
Contents
- case controller_name - when 'products' then @active = :shop - when 'articles' then @active = :materials - when 'users', 'managers' then @active = :system .launchbar %nav.launchbar__menu = link_to 'Материалы', nil, class: ['launchbar__link', ('_active' if @active == :shop)] = link_to 'Обратная связь', nil, class: ['launchbar__link', ('_active' if @active == :materials)] = link_to 'Система', [:admin, :managers], class: ['launchbar__link', ('_active' if @active == :system)] %span.launchbar__time= Russian.strftime(Time.now, '%d %b, %Y %H:%M ')
Version data entries
13 entries across 8 versions & 1 rubygems