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
b2e5240a
Commit
b2e5240a
authored
Oct 06, 2016
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed jQuery to be in single line
Removed un-required CSS
parent
6865c46c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
app/assets/javascripts/members.js.es6
app/assets/javascripts/members.js.es6
+1
-4
app/assets/stylesheets/pages/members.scss
app/assets/stylesheets/pages/members.scss
+0
-2
No files found.
app/assets/javascripts/members.js.es6
View file @
b2e5240a
...
...
@@ -31,10 +31,7 @@
}
formSubmit() {
$(this).closest('form')
.trigger("submit.rails")
.end()
.disable();
$(this).closest('form').trigger("submit.rails").end().disable();
}
formSuccess() {
...
...
app/assets/stylesheets/pages/members.scss
View file @
b2e5240a
...
...
@@ -5,8 +5,6 @@
.member
{
.list-item-name
{
float
:
none
;
@media
(
min-width
:
$screen-sm-min
)
{
float
:
left
;
width
:
50%
;
...
...
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