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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
66e10f05
Commit
66e10f05
authored
Jul 02, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix header avatar
parent
47f78a2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
app/assets/stylesheets/sections/header.scss
app/assets/stylesheets/sections/header.scss
+1
-0
app/views/layouts/_head_panel.html.haml
app/views/layouts/_head_panel.html.haml
+1
-1
No files found.
app/assets/stylesheets/sections/header.scss
View file @
66e10f05
...
...
@@ -77,6 +77,7 @@ header {
top
:
-4px
;
img
{
width
:
26px
;
height
:
26px
;
@include
border-radius
(
4px
);
}
}
...
...
app/views/layouts/_head_panel.html.haml
View file @
66e10f05
...
...
@@ -37,4 +37,4 @@
%i
.icon-signout
%li
=
link_to
current_user
,
class:
"profile-pic"
do
=
image_tag
(
gravatar_icon
(
current_user
.
email
,
26
),
alt:
''
,
class:
"avatar s26"
)
=
image_tag
(
gravatar_icon
(
current_user
.
email
,
26
),
alt:
''
)
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