Commit 19f2dfc3 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'update-integrations-external-link-icons' into 'master'

Update integrations external link icons

See merge request gitlab-org/gitlab-ce!20205
parents ace522d2 a34c6422
...@@ -93,6 +93,10 @@ ...@@ -93,6 +93,10 @@
font-size: 12px; font-size: 12px;
} }
} }
svg {
vertical-align: text-top;
}
} }
.light-well { .light-well {
......
...@@ -6,13 +6,13 @@ ...@@ -6,13 +6,13 @@
1. 1.
= link_to 'https://docs.mattermost.com/developer/slash-commands.html#enabling-custom-commands', target: '_blank', rel: 'noopener noreferrer nofollow' do = link_to 'https://docs.mattermost.com/developer/slash-commands.html#enabling-custom-commands', target: '_blank', rel: 'noopener noreferrer nofollow' do
Enable custom slash commands Enable custom slash commands
= icon('external-link') = sprite_icon('external-link', size: 16)
on your Mattermost installation on your Mattermost installation
%li %li
2. 2.
= link_to 'https://docs.mattermost.com/developer/slash-commands.html#set-up-a-custom-command', target: '_blank', rel: 'noopener noreferrer nofollow' do = link_to 'https://docs.mattermost.com/developer/slash-commands.html#set-up-a-custom-command', target: '_blank', rel: 'noopener noreferrer nofollow' do
Add a slash command Add a slash command
= icon('external-link') = sprite_icon('external-link', size: 16)
in your Mattermost team with these options: in your Mattermost team with these options:
%hr %hr
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
project by entering slash commands in Mattermost. project by entering slash commands in Mattermost.
= link_to help_page_path('user/project/integrations/mattermost_slash_commands.md'), target: '_blank' do = link_to help_page_path('user/project/integrations/mattermost_slash_commands.md'), target: '_blank' do
View documentation View documentation
= icon('external-link') = sprite_icon('external-link', size: 16)
%p.inline %p.inline
See list of available commands in Mattermost after setting up this service, See list of available commands in Mattermost after setting up this service,
by entering by entering
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
project by entering slash commands in Slack. project by entering slash commands in Slack.
= link_to help_page_path('user/project/integrations/slack_slash_commands.md'), target: '_blank' do = link_to help_page_path('user/project/integrations/slack_slash_commands.md'), target: '_blank' do
View documentation View documentation
= icon('external-link') = sprite_icon('external-link', size: 16)
%p.inline %p.inline
See list of available commands in Slack after setting up this service, See list of available commands in Slack after setting up this service,
by entering by entering
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
1. 1.
= link_to 'https://my.slack.com/services/new/slash-commands', target: '_blank', rel: 'noreferrer noopener nofollow' do = link_to 'https://my.slack.com/services/new/slash-commands', target: '_blank', rel: 'noreferrer noopener nofollow' do
Add a slash command Add a slash command
= icon('external-link') = sprite_icon('external-link', size: 16)
in your Slack team with these options: in your Slack team with these options:
%hr %hr
......
---
title: Update integrations external link icons
merge_request: 20205
author: George Tsiolis
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment