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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
df0a77a7
Commit
df0a77a7
authored
Jul 26, 2016
by
Connor Shea
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removes two simple instances of inline JavaScript.
parent
95efb6f1
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
6 deletions
+4
-6
app/assets/javascripts/dispatcher.js
app/assets/javascripts/dispatcher.js
+4
-0
app/views/admin/labels/_form.html.haml
app/views/admin/labels/_form.html.haml
+0
-3
app/views/projects/_home_panel.html.haml
app/views/projects/_home_panel.html.haml
+0
-3
No files found.
app/assets/javascripts/dispatcher.js
View file @
df0a77a7
...
@@ -181,6 +181,9 @@
...
@@ -181,6 +181,9 @@
break
;
break
;
case
'
projects
'
:
case
'
projects
'
:
new
NamespaceSelects
();
new
NamespaceSelects
();
break
;
case
'
labels
'
:
new
Labels
();
}
}
break
;
break
;
case
'
dashboard
'
:
case
'
dashboard
'
:
...
@@ -206,6 +209,7 @@
...
@@ -206,6 +209,7 @@
new
ProjectNew
();
new
ProjectNew
();
break
;
break
;
case
'
show
'
:
case
'
show
'
:
new
Star
();
new
ProjectNew
();
new
ProjectNew
();
new
ProjectShow
();
new
ProjectShow
();
new
NotificationsDropdown
();
new
NotificationsDropdown
();
...
...
app/views/admin/labels/_form.html.haml
View file @
df0a77a7
...
@@ -28,6 +28,3 @@
...
@@ -28,6 +28,3 @@
.form-actions
.form-actions
=
f
.
submit
'Save'
,
class:
'btn btn-save js-save-button'
=
f
.
submit
'Save'
,
class:
'btn btn-save js-save-button'
=
link_to
"Cancel"
,
admin_labels_path
,
class:
'btn btn-cancel'
=
link_to
"Cancel"
,
admin_labels_path
,
class:
'btn btn-cancel'
:javascript
new
Labels
();
app/views/projects/_home_panel.html.haml
View file @
df0a77a7
...
@@ -24,6 +24,3 @@
...
@@ -24,6 +24,3 @@
.project-clone-holder
.project-clone-holder
=
render
"shared/clone_panel"
=
render
"shared/clone_panel"
:javascript
new
Star
();
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