Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
6bd2afff
Commit
6bd2afff
authored
Sep 23, 2020
by
Mark Florian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply 2 suggestion(s) to 1 file(s)
parent
8047dd13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
ee/app/assets/javascripts/add_gitlab_slack_application/components/add_gitlab_slack_application.vue
...k_application/components/add_gitlab_slack_application.vue
+10
-6
No files found.
ee/app/assets/javascripts/add_gitlab_slack_application/components/add_gitlab_slack_application.vue
View file @
6bd2afff
...
@@ -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
<
project-alias
>
issue show
<
id
>
</code
>
/gitlab
<
project-alias
>
issue show
<
id
>
</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>
<
id
>
</strong>
Shows the issue with id
<strong>
<
id
>
</strong>
</span>
</span>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment