Sha256: 2b96dc235c43451368d01e5c20b67906fc7212809f03abd9eb64eb191607af9f

Contents?: true

Size: 573 Bytes

Versions: 6

Compression:

Stored size: 573 Bytes

Contents

.navbar-inner
  .container
    a.brand href='#{{root_path}}'
      = Sidekiq::NAME
    ul.nav
      - tabs.each do |title, url|
        - if url == ''
          li class="#{current_path == url ? 'active' : ''}"
            a href="#{{root_path}}#{{url}}" = t(title)
        - else
          li class="#{current_path.start_with?(url) ? 'active' : ''}"
            a href="#{{root_path}}#{{url}}" = t(title)

      - custom_tabs.each do |title, url|
          li class="#{current_path.start_with?(url) ? 'active' : ''}"
            a href="#{{root_path}}#{{url}}" = t(title)

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sidekiq-2.13.1 web/views/_nav.slim
sidekiq-2.13.0 web/views/_nav.slim
sidekiq-2.12.4 web/views/_nav.slim
sidekiq-2.12.3 web/views/_nav.slim
sidekiq-2.12.1 web/views/_nav.slim
sidekiq-2.12.0 web/views/_nav.slim