Sha256: 787afce42642b26d244fe804c4757074e053d6dfe807b8957866c6ff097a7619

Contents?: true

Size: 237 Bytes

Versions: 5

Compression:

Stored size: 237 Bytes

Contents

- if user_signed_in?
  %nav.icons{:"data-selected" => session[:panel]}
    - Droom.panels.each do |panel|
      - if admin? || panel != 'admin'
        = link_to t(panel), "#", :class => panel, :"data-panel" => panel, :title => t(panel)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
droom-0.5.3 app/views/droom/shared/_quicklinks.html.haml
droom-0.4.3 app/views/droom/shared/_quicklinks.html.haml
droom-0.4.2 app/views/droom/shared/_quicklinks.html.haml
droom-0.4.1 app/views/droom/shared/_quicklinks.html.haml
droom-0.2.1 app/views/droom/shared/_quicklinks.html.haml