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
234b7d3c
Commit
234b7d3c
authored
Oct 04, 2018
by
George Tsiolis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix add gitlab to slack layout
parent
8834fec1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
ee/app/assets/javascripts/add_gitlab_slack_application/components/add_gitlab_slack_application.vue
...k_application/components/add_gitlab_slack_application.vue
+16
-16
No files found.
ee/app/assets/javascripts/add_gitlab_slack_application/components/add_gitlab_slack_application.vue
View file @
234b7d3c
...
...
@@ -84,15 +84,13 @@
</
script
>
<
template
>
<div>
<div
class=
"center append-right-default"
>
<h1>
GitLab for Slack
</h1>
<p>
Track your GitLab projects with GitLab for Slack.
</p>
</div>
<div
class=
"text-center"
>
<h1>
GitLab for Slack
</h1>
<p>
Track your GitLab projects with GitLab for Slack.
</p>
<div
v-once
class=
"
append-bottom-20 center
"
class=
"
prepend-top-20 append-bottom-20
"
>
<img
:src=
"gitlabLogoPath"
...
...
@@ -111,7 +109,7 @@
<button
type=
"button"
class=
"btn btn-red mx-auto js-popup-button"
class=
"btn btn-red mx-auto js-popup-button
prepend-top-default
"
@
click=
"togglePopup"
>
Add GitLab to Slack
...
...
@@ -129,8 +127,7 @@
<select
v-model=
"selectedProjectId"
class=
"gitlab-slack-project-select
js-project-select form-control prepend-top-10 append-bottom-10"
class=
"js-project-select form-control prepend-top-10 append-bottom-10"
>
<option
v-for=
"project in projects"
...
...
@@ -178,9 +175,9 @@ js-project-select form-control prepend-top-10 append-bottom-10"
<div
v-once
class=
"
gitlab-slack-example
"
class=
"
text-center
"
>
<h3
class=
"center"
>
How it works
</h3>
<h3>
How it works
</h3>
<div
class=
"well gitlab-slack-well mx-auto"
>
<code
...
...
@@ -195,13 +192,16 @@ js-project-select form-control prepend-top-10 append-bottom-10"
Shows the issue with id
<strong>
<
id
>
</strong>
</span>
</div>
<div
class=
"center"
>
<a
:href=
"docsPath"
>
More Slack commands
</a>
<div
class=
"prepend-top-default"
>
<a
:href=
"docsPath"
>
More Slack commands
</a>
</div>
</div>
</div>
</div>
</
template
>
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