_subnav_item.html.erb 131 B

123
  1. <div class="item<%= ' current' if current_path_includes?(destination_path) %>">
  2. <%= link_to link_text, destination_path %>
  3. </div>