BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
57d2db4c
Commit
57d2db4c
authored
Jul 25, 2017
by
Tim Zallmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TreeContent moved to external JS
parent
84a3ab25
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
dispatcher.js
app/assets/javascripts/dispatcher.js
+3
-0
_tree_content.html.haml
app/views/projects/tree/_tree_content.html.haml
+1
-7
No files found.
app/assets/javascripts/dispatcher.js
View file @
57d2db4c
...
...
@@ -373,6 +373,9 @@ import PerformanceBar from './performance_bar';
shortcut_handler
=
new
ShortcutsNavigation
();
new
TreeView
();
new
BlobViewer
();
$
(
'#tree-slider'
).
waitForImages
(
function
()
{
gl
.
utils
.
ajaxGet
(
document
.
querySelector
(
'.js-tree-content'
).
dataset
.
logsPath
);
});
break
;
case
'projects:find_file:show'
:
shortcut_handler
=
true
;
...
...
app/views/projects/tree/_tree_content.html.haml
View file @
57d2db4c
.tree-content-holder
.tree-content-holder
.js-tree-content
{
'data-logs-path'
:
escape_javascript
(
@logs_path
)}
.table-holder
%table
.table
#tree-slider
{
class:
"table_#{@hex_path} tree-table"
}
%thead
...
...
@@ -22,9 +22,3 @@
-
if
can_edit_tree?
=
render
'projects/blob/upload'
,
title:
_
(
'Upload New File'
),
placeholder:
_
(
'Upload New File'
),
button_title:
_
(
'Upload file'
),
form_path:
project_create_blob_path
(
@project
,
@id
),
method: :post
=
render
'projects/blob/new_dir'
:javascript
// Load last commit log for each file in tree
$
(
'#tree-slider'
).
waitForImages
(
function
()
{
gl
.
utils
.
ajaxGet
(
"
#{
escape_javascript
(
@logs_path
)
}
"
);
});
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