Sha256: 17b0badacf1bd1b070a86ad38dd7b3b416705e45bd2ed0b86692bb54a0e539cc

Contents?: true

Size: 258 Bytes

Versions: 28

Compression:

Stored size: 258 Bytes

Contents

<% if item.separator? %>
  <li>
    <div class="menu-item-separator">
      <div class="menu-item-separator-line"></div>
    </div>
  </li>
<% else %>
  <li><%= link_to item.name, item.url, class: 'menu-section-dropdown-item dropdown-item' %></li>
<% end %>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
active_element-0.0.9 app/views/active_element/main_menu/_item.html.erb
active_element-0.0.8 app/views/active_element/main_menu/_item.html.erb
active_element-0.0.7 app/views/active_element/main_menu/_item.html.erb
active_element-0.0.6 app/views/active_element/main_menu/_item.html.erb
active_element-0.0.5 app/views/active_element/main_menu/_item.html.erb
active_element-0.0.4 app/views/active_element/main_menu/_item.html.erb
active_element-0.0.3 app/views/active_element/main_menu/_item.html.erb
active_element-0.0.2 app/views/active_element/main_menu/_item.html.erb