Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dropdown Icon #4017

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/views/layouts/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<ul class="nav navbar-nav navbar-left">
<li class="dropdown"><i class="fas fa-caret-down"></i>
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
Get Involved
Get Involved <i class="fas fa-sort-down"></i>
</a>
<ul class="dropdown-menu">
<li><a href="/events">Attend an event</a></li>
Expand All @@ -51,7 +51,7 @@

<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<%= t('layout._header.about.about_title') %>
<%= t('layout._header.about.about_title') %><i class="fas fa-sort-down"></i>
</a>
<ul class="dropdown-menu">
<li><a href="/wiki/stories"><%= t('layout._header.about.stories') %></a></li>
Expand Down Expand Up @@ -91,7 +91,7 @@
<% unless params[:action] == "register" || params[:action] == "signup" %>
<% if current_user %>
<a class="dropdown-toggle" data-toggle="dropdown" href="#" style="color: white">
Profile
Profile <i class="fas fa-sort-down"></i>
</a>
<ul class="dropdown-menu">
<div class="dropdown-header">
Expand Down