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
Kazuhiko Shiozaki
gitlab-ce
Commits
949233aa
Commit
949233aa
authored
Nov 06, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed default icon for gravatar. Moved filter out of layout
parent
f5555784
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
8 deletions
+3
-8
app/assets/stylesheets/sections/events.scss
app/assets/stylesheets/sections/events.scss
+1
-6
app/helpers/application_helper.rb
app/helpers/application_helper.rb
+1
-1
app/views/dashboard/index.html.haml
app/views/dashboard/index.html.haml
+1
-1
No files found.
app/assets/stylesheets/sections/events.scss
View file @
949233aa
...
...
@@ -123,6 +123,7 @@
.event_filter
{
position
:
absolute
;
width
:
40px
;
margin-left
:
-50px
;
.filter_icon
{
float
:
left
;
...
...
@@ -140,9 +141,3 @@
}
}
}
.activities
{
.content_list
{
margin-left
:
50px
;
}
}
app/helpers/application_helper.rb
View file @
949233aa
...
...
@@ -36,7 +36,7 @@ module ApplicationHelper
else
gravatar_prefix
=
request
.
ssl?
?
"https://secure"
:
"http://www"
user_email
.
strip!
"
#{
gravatar_prefix
}
.gravatar.com/avatar/
#{
Digest
::
MD5
.
hexdigest
(
user_email
.
downcase
)
}
?s=
#{
size
}
&d=
identicon
"
"
#{
gravatar_prefix
}
.gravatar.com/avatar/
#{
Digest
::
MD5
.
hexdigest
(
user_email
.
downcase
)
}
?s=
#{
size
}
&d=
mm
"
end
end
...
...
app/views/dashboard/index.html.haml
View file @
949233aa
...
...
@@ -13,7 +13,7 @@
-
if
@events
.
any?
.content_list
=
render
@events
-
else
%
h4
.nothing_here_message
Projects activity will be displayed here
%
p
.nothing_here_message
Projects activity will be displayed here
.loading.hide
.side
-
if
@groups
.
present?
...
...
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