Skip to content

Commit

Permalink
Merge branch 'release/0.17.0.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
kalashnikovisme committed Apr 2, 2017
2 parents 464e9ae + 71bf7e5 commit 8ff11f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/decorators/member_decorator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,6 @@ def corporate_email_link
default_email_link :corporate_email
end

def corporate_email
object.corporate_email
end

include SocialNetworksUrlHelper

def social_links
Expand Down
4 changes: 4 additions & 0 deletions app/decorators/user_decorator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ def small_avatar_url
end
end

def corporate_email
object.corporate_email
end

alias element_avatar profile_avatar

def select_presentation(options = {})
Expand Down

0 comments on commit 8ff11f0

Please sign in to comment.