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.31 app/views/active_element/main_menu/_item.html.erb
active_element-0.0.30 app/views/active_element/main_menu/_item.html.erb
active_element-0.0.29 app/views/active_element/main_menu/_item.html.erb
active_element-0.0.28 app/views/active_element/main_menu/_item.html.erb
active_element-0.0.27 app/views/active_element/main_menu/_item.html.erb
active_element-0.0.26 app/views/active_element/main_menu/_item.html.erb
active_element-0.0.24 app/views/active_element/main_menu/_item.html.erb
active_element-0.0.23 app/views/active_element/main_menu/_item.html.erb
active_element-0.0.22 app/views/active_element/main_menu/_item.html.erb
active_element-0.0.21 app/views/active_element/main_menu/_item.html.erb
active_element-0.0.19 app/views/active_element/main_menu/_item.html.erb
active_element-0.0.18 app/views/active_element/main_menu/_item.html.erb
active_element-0.0.17 app/views/active_element/main_menu/_item.html.erb
active_element-0.0.16 app/views/active_element/main_menu/_item.html.erb
active_element-0.0.15 app/views/active_element/main_menu/_item.html.erb
active_element-0.0.14 app/views/active_element/main_menu/_item.html.erb
active_element-0.0.13 app/views/active_element/main_menu/_item.html.erb
active_element-0.0.12 app/views/active_element/main_menu/_item.html.erb
active_element-0.0.11 app/views/active_element/main_menu/_item.html.erb
active_element-0.0.10 app/views/active_element/main_menu/_item.html.erb