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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
38ecec44
Commit
38ecec44
authored
Mar 14, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove tree single-tab panel
parent
5c4e74ac
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
21 deletions
+8
-21
app/assets/stylesheets/common.scss
app/assets/stylesheets/common.scss
+0
-11
app/assets/stylesheets/sections/tree.scss
app/assets/stylesheets/sections/tree.scss
+4
-0
app/views/tree/_head.html.haml
app/views/tree/_head.html.haml
+0
-7
app/views/tree/_tree.html.haml
app/views/tree/_tree.html.haml
+2
-2
app/views/tree/show.html.haml
app/views/tree/show.html.haml
+2
-1
No files found.
app/assets/stylesheets/common.scss
View file @
38ecec44
...
...
@@ -173,17 +173,6 @@ ul.breadcrumb {
font-weight
:
bold
;
font-size
:
14px
;
}
.arrow
{
background
:
url("images.png")
no-repeat
-85px
-77px
;
width
:
19px
;
height
:
16px
;
float
:
left
;
position
:
relative
;
left
:
-10px
;
padding
:
0
;
margin
:
0
;
}
}
input
[
type
=
text
]
{
...
...
app/assets/stylesheets/sections/tree.scss
View file @
38ecec44
...
...
@@ -102,3 +102,7 @@
}
}
.tree-ref-holder
{
float
:
left
;
margin-top
:
5px
;
}
app/views/tree/_head.html.haml
deleted
100644 → 0
View file @
5c4e74ac
%ul
.nav.nav-tabs
%li
=
render
partial:
'shared/ref_switcher'
,
locals:
{
destination:
'tree'
,
path:
@path
}
=
nav_link
(
controller: :tree
)
do
=
link_to
'Source'
,
project_tree_path
(
@project
,
@ref
)
%li
.pull-right
=
render
"shared/clone_panel"
app/views/tree/_tree.html.haml
View file @
38ecec44
%ul
.breadcrumb
%li
%
span
.arrow
%
i
.icon-angle-right
=
link_to
project_tree_path
(
@project
,
@ref
)
do
=
@project
.
name
=
@project
.
path
-
tree
.
breadcrumbs
(
6
)
do
|
title
,
path
|
\/
%li
...
...
app/views/tree/show.html.haml
View file @
38ecec44
=
render
"head"
%div
.tree-ref-holder
=
render
'shared/ref_switcher'
,
destination:
'tree'
,
path:
@path
%div
#tree-holder
.tree-holder
=
render
"tree"
,
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