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
4f5044b2
Commit
4f5044b2
authored
Sep 21, 2020
by
Savas Vedova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Migrate to Pajamas utility classes
parent
2f70f5d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/views/projects/hooks/edit.html.haml
app/views/projects/hooks/edit.html.haml
+2
-2
No files found.
app/views/projects/hooks/edit.html.haml
View file @
4f5044b2
...
...
@@ -10,9 +10,9 @@
=
form_for
[
@project
,
@hook
],
as: :hook
,
url:
project_hook_path
(
@project
,
@hook
)
do
|
f
|
=
render
partial:
'shared/web_hooks/form'
,
locals:
{
form:
f
,
hook:
@hook
}
%span
>=
f
.
submit
'Save changes'
,
class:
'bt
n btn-success gl-mr-3'
=
f
.
submit
'Save changes'
,
class:
'btn gl-butto
n btn-success gl-mr-3'
=
render
'shared/web_hooks/test_button'
,
hook:
@hook
=
link_to
_
(
'Delete'
),
project_hook_path
(
@project
,
@hook
),
method: :delete
,
class:
'btn btn-remove float-right'
,
data:
{
confirm:
_
(
'Are you sure?'
)
}
=
link_to
_
(
'Delete'
),
project_hook_path
(
@project
,
@hook
),
method: :delete
,
class:
'btn
gl-button
btn-remove float-right'
,
data:
{
confirm:
_
(
'Are you sure?'
)
}
%hr
...
...
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