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
94a051cf
Commit
94a051cf
authored
Apr 11, 2018
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[skip ci] .input-sm to .form-control-sm
parent
673b0461
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
app/views/projects/services/mattermost_slash_commands/_detailed_help.html.haml
...rvices/mattermost_slash_commands/_detailed_help.html.haml
+7
-7
app/views/projects/services/slack_slash_commands/_help.html.haml
...ws/projects/services/slack_slash_commands/_help.html.haml
+5
-5
No files found.
app/views/projects/services/mattermost_slash_commands/_detailed_help.html.haml
View file @
94a051cf
...
...
@@ -20,14 +20,14 @@
.form-group
=
label_tag
:display_name
,
'Display name'
,
class:
'col-sm-2 col-12 control-label'
.col-sm-10.col-12.input-group
=
text_field_tag
:display_name
,
"GitLab /
#{
@project
.
full_name
}
"
,
class:
'form-control
input
-sm'
,
readonly:
'readonly'
=
text_field_tag
:display_name
,
"GitLab /
#{
@project
.
full_name
}
"
,
class:
'form-control
form-control
-sm'
,
readonly:
'readonly'
.input-group-btn
=
clipboard_button
(
target:
'#display_name'
)
.form-group
=
label_tag
:description
,
'Description'
,
class:
'col-sm-2 col-12 control-label'
.col-sm-10.col-12.input-group
=
text_field_tag
:description
,
run_actions_text
,
class:
'form-control
input
-sm'
,
readonly:
'readonly'
=
text_field_tag
:description
,
run_actions_text
,
class:
'form-control
form-control
-sm'
,
readonly:
'readonly'
.input-group-btn
=
clipboard_button
(
target:
'#description'
)
...
...
@@ -44,7 +44,7 @@
.form-group
=
label_tag
:request_url
,
'Request URL'
,
class:
'col-sm-2 col-12 control-label'
.col-sm-10.col-12.input-group
=
text_field_tag
:request_url
,
service_trigger_url
(
subject
),
class:
'form-control
input
-sm'
,
readonly:
'readonly'
=
text_field_tag
:request_url
,
service_trigger_url
(
subject
),
class:
'form-control
form-control
-sm'
,
readonly:
'readonly'
.input-group-btn
=
clipboard_button
(
target:
'#request_url'
)
...
...
@@ -55,14 +55,14 @@
.form-group
=
label_tag
:response_username
,
'Response username'
,
class:
'col-sm-2 col-12 control-label'
.col-sm-10.col-12.input-group
=
text_field_tag
:response_username
,
'GitLab'
,
class:
'form-control
input
-sm'
,
readonly:
'readonly'
=
text_field_tag
:response_username
,
'GitLab'
,
class:
'form-control
form-control
-sm'
,
readonly:
'readonly'
.input-group-btn
=
clipboard_button
(
target:
'#response_username'
)
.form-group
=
label_tag
:response_icon
,
'Response icon'
,
class:
'col-sm-2 col-12 control-label'
.col-sm-10.col-12.input-group
=
text_field_tag
:response_icon
,
asset_url
(
'gitlab_logo.png'
),
class:
'form-control
input
-sm'
,
readonly:
'readonly'
=
text_field_tag
:response_icon
,
asset_url
(
'gitlab_logo.png'
),
class:
'form-control
form-control
-sm'
,
readonly:
'readonly'
.input-group-btn
=
clipboard_button
(
target:
'#response_icon'
)
...
...
@@ -73,14 +73,14 @@
.form-group
=
label_tag
:autocomplete_hint
,
'Autocomplete hint'
,
class:
'col-sm-2 col-12 control-label'
.col-sm-10.col-12.input-group
=
text_field_tag
:autocomplete_hint
,
'[help]'
,
class:
'form-control
input
-sm'
,
readonly:
'readonly'
=
text_field_tag
:autocomplete_hint
,
'[help]'
,
class:
'form-control
form-control
-sm'
,
readonly:
'readonly'
.input-group-btn
=
clipboard_button
(
target:
'#autocomplete_hint'
)
.form-group
=
label_tag
:autocomplete_description
,
'Autocomplete description'
,
class:
'col-sm-2 col-12 control-label'
.col-sm-10.col-12.input-group
=
text_field_tag
:autocomplete_description
,
run_actions_text
,
class:
'form-control
input
-sm'
,
readonly:
'readonly'
=
text_field_tag
:autocomplete_description
,
run_actions_text
,
class:
'form-control
form-control
-sm'
,
readonly:
'readonly'
.input-group-btn
=
clipboard_button
(
target:
'#autocomplete_description'
)
...
...
app/views/projects/services/slack_slash_commands/_help.html.haml
View file @
94a051cf
...
...
@@ -38,7 +38,7 @@
.form-group
=
label_tag
:url
,
'URL'
,
class:
'col-sm-2 col-12 control-label'
.col-sm-10.col-12.input-group
=
text_field_tag
:url
,
service_trigger_url
(
subject
),
class:
'form-control
input
-sm'
,
readonly:
'readonly'
=
text_field_tag
:url
,
service_trigger_url
(
subject
),
class:
'form-control
form-control
-sm'
,
readonly:
'readonly'
.input-group-btn
=
clipboard_button
(
target:
'#url'
)
...
...
@@ -49,7 +49,7 @@
.form-group
=
label_tag
:customize_name
,
'Customize name'
,
class:
'col-sm-2 col-12 control-label'
.col-sm-10.col-12.input-group
=
text_field_tag
:customize_name
,
'GitLab'
,
class:
'form-control
input
-sm'
,
readonly:
'readonly'
=
text_field_tag
:customize_name
,
'GitLab'
,
class:
'form-control
form-control
-sm'
,
readonly:
'readonly'
.input-group-btn
=
clipboard_button
(
target:
'#customize_name'
)
...
...
@@ -66,21 +66,21 @@
.form-group
=
label_tag
:autocomplete_description
,
'Autocomplete description'
,
class:
'col-sm-2 col-12 control-label'
.col-sm-10.col-12.input-group
=
text_field_tag
:autocomplete_description
,
run_actions_text
,
class:
'form-control
input
-sm'
,
readonly:
'readonly'
=
text_field_tag
:autocomplete_description
,
run_actions_text
,
class:
'form-control
form-control
-sm'
,
readonly:
'readonly'
.input-group-btn
=
clipboard_button
(
target:
'#autocomplete_description'
)
.form-group
=
label_tag
:autocomplete_usage_hint
,
'Autocomplete usage hint'
,
class:
'col-sm-2 col-12 control-label'
.col-sm-10.col-12.input-group
=
text_field_tag
:autocomplete_usage_hint
,
'[help]'
,
class:
'form-control
input
-sm'
,
readonly:
'readonly'
=
text_field_tag
:autocomplete_usage_hint
,
'[help]'
,
class:
'form-control
form-control
-sm'
,
readonly:
'readonly'
.input-group-btn
=
clipboard_button
(
target:
'#autocomplete_usage_hint'
)
.form-group
=
label_tag
:descriptive_label
,
'Descriptive label'
,
class:
'col-sm-2 col-12 control-label'
.col-sm-10.col-12.input-group
=
text_field_tag
:descriptive_label
,
'Perform common operations on GitLab project'
,
class:
'form-control
input
-sm'
,
readonly:
'readonly'
=
text_field_tag
:descriptive_label
,
'Perform common operations on GitLab project'
,
class:
'form-control
form-control
-sm'
,
readonly:
'readonly'
.input-group-btn
=
clipboard_button
(
target:
'#descriptive_label'
)
...
...
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