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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
e3c1818a
Commit
e3c1818a
authored
Jun 15, 2015
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bootlint: Modals no longer need a '.hide' class
parent
7400cfc1
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
app/views/help/_shortcuts.html.haml
app/views/help/_shortcuts.html.haml
+1
-1
app/views/projects/_bitbucket_import_modal.html.haml
app/views/projects/_bitbucket_import_modal.html.haml
+1
-1
app/views/projects/_github_import_modal.html.haml
app/views/projects/_github_import_modal.html.haml
+1
-1
app/views/projects/_gitlab_import_modal.html.haml
app/views/projects/_gitlab_import_modal.html.haml
+1
-1
app/views/projects/blob/_remove.html.haml
app/views/projects/blob/_remove.html.haml
+1
-1
app/views/projects/merge_requests/show/_how_to_merge.html.haml
...iews/projects/merge_requests/show/_how_to_merge.html.haml
+1
-1
app/views/projects/wikis/_new.html.haml
app/views/projects/wikis/_new.html.haml
+1
-1
app/views/shared/_confirm_modal.html.haml
app/views/shared/_confirm_modal.html.haml
+1
-1
No files found.
app/views/help/_shortcuts.html.haml
View file @
e3c1818a
#modal-shortcuts
.modal
.hide
{
tabindex:
-
1
}
#modal-shortcuts
.modal
{
tabindex:
-
1
}
.modal-dialog
.modal-content
.modal-header
...
...
app/views/projects/_bitbucket_import_modal.html.haml
View file @
e3c1818a
%div
#bitbucket_import_modal
.modal
.hide
%div
#bitbucket_import_modal
.modal
.modal-dialog
.modal-content
.modal-header
...
...
app/views/projects/_github_import_modal.html.haml
View file @
e3c1818a
%div
#github_import_modal
.modal
.hide
%div
#github_import_modal
.modal
.modal-dialog
.modal-content
.modal-header
...
...
app/views/projects/_gitlab_import_modal.html.haml
View file @
e3c1818a
%div
#gitlab_import_modal
.modal
.hide
%div
#gitlab_import_modal
.modal
.modal-dialog
.modal-content
.modal-header
...
...
app/views/projects/blob/_remove.html.haml
View file @
e3c1818a
#modal-remove-blob
.modal
.hide
#modal-remove-blob
.modal
.modal-dialog
.modal-content
.modal-header
...
...
app/views/projects/merge_requests/show/_how_to_merge.html.haml
View file @
e3c1818a
%div
#modal_merge_info
.modal
.hide
%div
#modal_merge_info
.modal
.modal-dialog
.modal-content
.modal-header
...
...
app/views/projects/wikis/_new.html.haml
View file @
e3c1818a
%div
#modal-new-wiki
.modal
.hide
%div
#modal-new-wiki
.modal
.modal-dialog
.modal-content
.modal-header
...
...
app/views/shared/_confirm_modal.html.haml
View file @
e3c1818a
#modal-confirm-danger
.modal
.hide
{
tabindex:
-
1
}
#modal-confirm-danger
.modal
{
tabindex:
-
1
}
.modal-dialog
.modal-content
.modal-header
...
...
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