Commit 6bd2afff authored by Mark Florian's avatar Mark Florian

Apply 2 suggestion(s) to 1 file(s)

parent 8047dd13
...@@ -88,12 +88,14 @@ export default { ...@@ -88,12 +88,14 @@ export default {
<h1>{{ __('GitLab for Slack') }}</h1> <h1>{{ __('GitLab for Slack') }}</h1>
<p>{{ __('Track your GitLab projects with GitLab for Slack.') }}</p> <p>{{ __('Track your GitLab projects with GitLab for Slack.') }}</p>
<div v-once class="prepend-top-20 append-bottom-20"> <div
v-once
class="prepend-top-20 append-bottom-20 gl-display-flex gl-justify-content-center gl-align-items-center"
>
<img :src="gitlabLogoPath" class="gitlab-slack-logo" /> <img :src="gitlabLogoPath" class="gitlab-slack-logo" />
<gl-icon <div class="gitlab-slack-double-headed-arrow inline prepend-left-20 append-right-20">
name="double-headed-arrow" <gl-icon name="double-headed-arrow" :size="72" />
class="gitlab-slack-double-headed-arrow inline prepend-left-20 append-right-20" </div>
/>
<img :src="slackLogoPath" class="gitlab-slack-logo" /> <img :src="slackLogoPath" class="gitlab-slack-logo" />
</div> </div>
...@@ -151,7 +153,9 @@ export default { ...@@ -151,7 +153,9 @@ export default {
>/gitlab &lt;project-alias&gt; issue show &lt;id&gt;</code >/gitlab &lt;project-alias&gt; issue show &lt;id&gt;</code
> >
<span> <span>
<gl-icon name="arrow-right" class="gitlab-slack-right-arrow inline gl-mr-2" /> <div class="gitlab-slack-right-arrow inline gl-mr-2">
<gl-icon name="arrow-right" />
</div>
Shows the issue with id <strong>&lt;id&gt;</strong> Shows the issue with id <strong>&lt;id&gt;</strong>
</span> </span>
......
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