summaryrefslogtreecommitdiff
path: root/app/views/layouts/ci/_nav.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/ci/_nav.html.haml')
-rw-r--r--app/views/layouts/ci/_nav.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/ci/_nav.html.haml b/app/views/layouts/ci/_nav.html.haml
index 4e944d4d0d6..babd14ca2d3 100644
--- a/app/views/layouts/ci/_nav.html.haml
+++ b/app/views/layouts/ci/_nav.html.haml
@@ -3,7 +3,7 @@
.navbar-header
%button.navbar-toggle{"data-target" => ".navbar-collapse", "data-toggle" => "collapse", type: "button"}
%span.sr-only Toggle navigation
- %i.fa-reorder
+ %i.fa.fa-reorder
= link_to 'GitLab CI', ci_root_path, class: "navbar-brand"
@@ -25,7 +25,7 @@
%span= current_user.name
%li
= link_to ci_user_sessions_path, class: "logout", method: :delete do
- %i.fa-signout
+ %i.fa.fa-signout
Logout
- else
%li