Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
46d0f8f1
Commit
46d0f8f1
authored
Mar 03, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix tests
parent
9156882f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
app/helpers/appearances_helper.rb
app/helpers/appearances_helper.rb
+1
-1
app/views/layouts/_head_panel.html.haml
app/views/layouts/_head_panel.html.haml
+0
-1
No files found.
app/helpers/appearances_helper.rb
View file @
46d0f8f1
...
...
@@ -24,7 +24,7 @@ module AppearancesHelper
end
def
brand_header_logo
if
brand_item
.
light_logo?
if
brand_item
&&
brand_item
.
light_logo?
image_tag
brand_item
.
light_logo
else
image_tag
'logo-white.png'
...
...
app/views/layouts/_head_panel.html.haml
View file @
46d0f8f1
...
...
@@ -2,7 +2,6 @@
.navbar-inner
.container
%div
.app_logo
-
brand_header_logo
if
brand_item
=
link_to
root_path
,
class:
"home has_bottom_tooltip"
,
title:
"Dashboard"
do
=
brand_header_logo
%h1
.title
=
title
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment