This repository has been archived on 2025-07-13. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mopk-dashboard/views/nav.slim

12 lines
376 B
Text
Raw Normal View History

2019-11-10 22:15:08 +02:00
nav.navbar.navbar-dark.bg-dark.navbar-expand
a.navbar-brand href="#" Synelefsi
div.collapse.navbar-collapse
ul.navbar-nav
- settings.nav.each do |n|
- if request.path_info == n[:href]
li.nav-item.active
a.nav-link href="#{n[:href]}"=n[:title]
- else
li.nav-item
a.nav-link href="#{n[:href]}"=n[:title]