Sha256: bae6b78c842e596b2f350590db6fbe8c6cd9d62459679bdb82a23aeda2f9a4e7
Contents?: true
Size: 574 Bytes
Versions: 3
Compression:
Stored size: 574 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 =~ Regexp.new(url)) ? 'active':''}" a href='#{{root_path}}#{{url}}' = t(title) - custom_tabs.each do |title, url| li class="#{(current_path =~ Regexp.new(url)) ? 'active':''}" a href='#{{root_path}}#{{url}}' = title
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sidekiq-2.11.1 | web/views/_nav.slim |
sidekiq-2.11.0 | web/views/_nav.slim |
sidekiq-2.10.1 | web/views/_nav.slim |