Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/integrations/shimo.rb')
-rw-r--r--app/models/integrations/shimo.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/models/integrations/shimo.rb b/app/models/integrations/shimo.rb
index f5b6595fff2..227fdca5c91 100644
--- a/app/models/integrations/shimo.rb
+++ b/app/models/integrations/shimo.rb
@@ -8,6 +8,10 @@ module Integrations
title: -> { s_('Shimo|Shimo Workspace URL') },
required: true
+ def avatar_url
+ ActionController::Base.helpers.image_path('logos/shimo.svg')
+ end
+
def render?
valid? && activated?
end