Sha256: 4282b48760daf43f2a92555b1df03f19add1ccdd92e2da6d8977e0e856c56fba

Contents?: true

Size: 583 Bytes

Versions: 3

Compression:

Stored size: 583 Bytes

Contents

- case controller_name
  - when 'products' then @active = :shop
  - when 'articles' then @active = :materials
  - when 'users' 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 'Система', nil, class: ['launchbar__link', ('_active' if @active == :system)]
    %span.launchbar__time= Russian.strftime(Time.now, '%d %b, %Y %H:%M ')

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
redde-0.1.10 lib/generators/redde/layout/templates/base/_launchbar.html.haml
redde-0.1.9 lib/generators/redde/layout/templates/base/_launchbar.html.haml
redde-0.1.8 lib/generators/redde/layout/templates/base/_launchbar.html.haml