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
fb92ffff
Commit
fb92ffff
authored
Aug 11, 2020
by
sfang97
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused clearfix class
parent
6e8fc47b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/views/projects/_visibility_modal.html.haml
app/views/projects/_visibility_modal.html.haml
+2
-2
No files found.
app/views/projects/_visibility_modal.html.haml
View file @
fb92ffff
...
...
@@ -23,7 +23,7 @@
=
(
"To confirm, type %{phrase_code}"
).
html_safe
%
{
phrase_code:
'<code class="js-confirm-danger-match">%{phrase_name}</code>'
.
html_safe
%
{
phrase_name:
@project
.
full_path
}
}
.form-group
=
text_field_tag
'confirm_path_input'
,
''
,
class:
'form-control js-confirm-danger-input qa-confirm-input'
.form-actions.gl-display-flex.gl-justify-content-end
.clearfix
%button
.btn.btn-default
{
type:
"button"
,
"data-dismiss"
:
"modal"
}
.form-actions.gl-display-flex.gl-justify-content-end
%button
.btn.btn-default
.gl-mr-4
{
type:
"button"
,
"data-dismiss"
:
"modal"
}
=
_
(
'Cancel'
)
=
submit_tag
_
(
'Reduce project visibility'
),
class:
"btn btn-danger js-confirm-danger-submit qa-confirm-button"
,
disabled:
true
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