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
Jérome Perrin
gitlab-ce
Commits
bf619dc6
Commit
bf619dc6
authored
Mar 07, 2018
by
haseeb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove relative path
parent
45052a72
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
app/assets/javascripts/pages/projects/snippets/show/index.js
app/assets/javascripts/pages/projects/snippets/show/index.js
+3
-3
app/assets/javascripts/pages/snippets/show/index.js
app/assets/javascripts/pages/snippets/show/index.js
+5
-5
No files found.
app/assets/javascripts/pages/projects/snippets/show/index.js
View file @
bf619dc6
import
initNotes
from
'
~/init_notes
'
;
import
ZenMode
from
'
~/zen_mode
'
;
import
LineHighlighter
from
'
../../../..
/line_highlighter
'
;
import
BlobViewer
from
'
../../../..
/blob/viewer
'
;
import
snippetEmbed
from
'
../../../..
/snippet/snippet_embed
'
;
import
LineHighlighter
from
'
~
/line_highlighter
'
;
import
BlobViewer
from
'
~
/blob/viewer
'
;
import
snippetEmbed
from
'
~
/snippet/snippet_embed
'
;
document
.
addEventListener
(
'
DOMContentLoaded
'
,
()
=>
{
new
LineHighlighter
();
// eslint-disable-line no-new
...
...
app/assets/javascripts/pages/snippets/show/index.js
View file @
bf619dc6
import
LineHighlighter
from
'
../../..
/line_highlighter
'
;
import
BlobViewer
from
'
../../..
/blob/viewer
'
;
import
ZenMode
from
'
../../..
/zen_mode
'
;
import
initNotes
from
'
../../..
/init_notes
'
;
import
snippetEmbed
from
'
../../..
/snippet/snippet_embed
'
;
import
LineHighlighter
from
'
~
/line_highlighter
'
;
import
BlobViewer
from
'
~
/blob/viewer
'
;
import
ZenMode
from
'
~
/zen_mode
'
;
import
initNotes
from
'
~
/init_notes
'
;
import
snippetEmbed
from
'
~
/snippet/snippet_embed
'
;
document
.
addEventListener
(
'
DOMContentLoaded
'
,
()
=>
{
new
LineHighlighter
();
// eslint-disable-line no-new
...
...
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