Sha256: 4a77f62a59a0eadc19f59b46b22c3fa6e44ca7c54519ceba86c1c69ed487ae0e

Contents?: true

Size: 864 Bytes

Versions: 12

Compression:

Stored size: 864 Bytes

Contents

<% tool_navs = ToolNavItem.for_participant(current_participant) %>

<li class="custom-snap-width">
  <%= link_to fa_icon("home", text: "Home"), brand_location, data: { no_turbolink: true } %>
</li>
<% tool_navs.each do |tool_nav| %>
  <li class="custom-snap-width <%= tool_nav.title %><%= tool_nav.active?(@navigator.current_module) ? " active" : "" %>">
    <%= link_to think_feel_do_engine.navigator_context_path(context_name: tool_nav.title), data: { no_turbolink: true } do %>
      <%= tool_nav.title %>
      <% unless tool_nav.alert.nil? %>
        <span class="badge badge-do"><%= tool_nav.alert %></span>
      <% end %>
    <% end %>
  </li>
<% end %>

<% if current_participant %>
  <li class="custom-snap-width"><%= link_to fa_icon("sign-out", text: "Sign Out"), think_feel_do_engine.destroy_participant_session_path, method: :delete %></li>
<% end %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
think_feel_do_engine-3.22.9 app/views/think_feel_do_engine/shared/participant/_hamburger_nav_items.html.erb
think_feel_do_engine-3.22.8 app/views/think_feel_do_engine/shared/participant/_hamburger_nav_items.html.erb
think_feel_do_engine-3.22.7 app/views/think_feel_do_engine/shared/participant/_hamburger_nav_items.html.erb
think_feel_do_engine-3.22.6 app/views/think_feel_do_engine/shared/participant/_hamburger_nav_items.html.erb
think_feel_do_engine-3.22.5 app/views/think_feel_do_engine/shared/participant/_hamburger_nav_items.html.erb
think_feel_do_engine-3.22.4 app/views/think_feel_do_engine/shared/participant/_hamburger_nav_items.html.erb
think_feel_do_engine-3.22.2 app/views/think_feel_do_engine/shared/participant/_hamburger_nav_items.html.erb
think_feel_do_engine-3.22.1 app/views/think_feel_do_engine/shared/participant/_hamburger_nav_items.html.erb
think_feel_do_engine-3.22.0 app/views/think_feel_do_engine/shared/participant/_hamburger_nav_items.html.erb
think_feel_do_engine-3.21.2 app/views/think_feel_do_engine/shared/participant/_hamburger_nav_items.html.erb
think_feel_do_engine-3.21.1 app/views/think_feel_do_engine/shared/participant/_hamburger_nav_items.html.erb
think_feel_do_engine-3.21.0 app/views/think_feel_do_engine/shared/participant/_hamburger_nav_items.html.erb