Sha256: bb6e8ffc6b1ac74dfe5f128e03042109457a0eb23cae3fd9521444736e770361

Contents?: true

Size: 582 Bytes

Versions: 8

Compression:

Stored size: 582 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

8 entries across 8 versions & 1 rubygems

Version Path
redde-0.1.7 lib/generators/redde/layout/templates/base/_launchbar.html.haml
redde-0.1.6 lib/generators/redde/layout/templates/base/_launchbar.html.haml
redde-0.1.5 lib/generators/redde/layout/templates/base/_launchbar.html.haml
redde-0.1.4 lib/generators/redde/layout/templates/base/_launchbar.html.haml
redde-0.1.3 lib/generators/redde/layout/templates/base/_launchbar.html.haml
redde-0.1.2 lib/generators/redde/layout/templates/base/_launchbar.html.haml
redde-0.1.1 lib/generators/redde/layout/templates/base/_launchbar.html.haml
redde-0.1.0 lib/generators/redde/layout/templates/base/_launchbar.html.haml