Skip to content
Snippets Groups Projects
Commit 949233aa authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Changed default icon for gravatar. Moved filter out of layout

parent f5555784
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -123,6 +123,7 @@
.event_filter {
position: absolute;
width: 40px;
margin-left: -50px;
 
.filter_icon {
float: left;
Loading
Loading
@@ -140,9 +141,3 @@
}
}
}
.activities {
.content_list {
margin-left:50px;
}
}
Loading
Loading
@@ -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
 
Loading
Loading
Loading
Loading
@@ -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?
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment