CDRH / orchid

Rails Engine for site integration with CDRH API
MIT License
3 stars 0 forks source link

add indication of navbar active status #189

Open jduss4 opened 4 years ago

jduss4 commented 4 years ago

In the band history site (not rails, currently), the nav looks like:

    <% link_to "/#{path}.html", class: "nav-link" do %>
      <%= label %> <span class="sr-only">(current)</span>
    <% end %>

Consider doing something similar for default Orchid? Are there other ways to add this type of markup?