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
7008f3d5
Commit
7008f3d5
authored
Jul 28, 2017
by
Luke "Jared" Bennett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add old _files.html.haml code for old_repo
parent
168db506
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
app/views/projects/_files.html.haml
app/views/projects/_files.html.haml
+10
-2
No files found.
app/views/projects/_files.html.haml
View file @
7008f3d5
-
commit
=
local_assigns
.
fetch
(
:commit
)
{
@repository
.
commit
}
-
ref
=
local_assigns
.
fetch
(
:ref
)
{
current_ref
}
-
project
=
local_assigns
.
fetch
(
:project
)
{
@project
}
#tree-holder
.tree-holder.clearfix
.nav-block
=
render
'projects/tree/tree_header'
=
render
'projects/tree/tree_content'
=
render
'projects/tree/tree_header'
,
tree:
@tree
-
if
!
show_new_repo?
&&
commit
.info-well.hidden-xs.project-last-commit.append-bottom-default
.well-segment
%ul
.blob-commit-info
=
render
'projects/commits/commit'
,
commit:
commit
,
ref:
ref
,
project:
project
=
render
'projects/tree/tree_content'
,
tree:
@tree
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