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
34e15801
Commit
34e15801
authored
Feb 28, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved file browse page, prepared for downloads tab
parent
bcf03b5d
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
157 additions
and
166 deletions
+157
-166
common.scss
app/assets/stylesheets/common.scss
+0
-7
highlight.scss
app/assets/stylesheets/highlight.scss
+4
-1
ref_select.scss
app/assets/stylesheets/ref_select.scss
+4
-3
tree.scss
app/assets/stylesheets/tree.scss
+129
-140
_head.html.haml
app/views/commits/_head.html.haml
+1
-1
_tree.html.haml
app/views/refs/_tree.html.haml
+2
-7
_tree_file.html.haml
app/views/refs/_tree_file.html.haml
+7
-7
tree.html.haml
app/views/refs/tree.html.haml
+10
-0
No files found.
app/assets/stylesheets/common.scss
View file @
34e15801
...
...
@@ -583,13 +583,6 @@ ul.bordered-list li:last-child { border:none }
}
}
.project-refs-form.commit-refs-form
.chzn-container
{
position
:
relative
;
top
:
0
;
left
:
0
;
margin-right
:
10px
;
}
li
.commit
{
.avatar
{
width
:
24px
;
...
...
app/assets/stylesheets/highlight.scss
View file @
34e15801
...
...
@@ -10,7 +10,8 @@ table.highlighttable
margin
:
0px
;
padding
:
0px
;
font-size
:
12px
;
table-layout
:fixed
table-layout
:fixed
;
background
:
#F7F7F7
;
}
td
.code
,
...
...
@@ -25,6 +26,8 @@ td.linenos{
background
:none
;
padding
:
10px
0px
0px
10px
;
margin-left
:
0px
;
border-left
:
1px
solid
#DEE2E3
;
background
:
white
;
}
.linenodiv
pre
,
...
...
app/assets/stylesheets/ref_select.scss
View file @
34e15801
...
...
@@ -13,9 +13,10 @@
}
.project-refs-form
.chzn-container
{
position
:relative
;
top
:
-5px
;
left
:
-11px
;
position
:
relative
;
top
:
0
;
left
:
0
;
margin-right
:
10px
;
.chzn-drop
{
margin
:
7px
0
;
...
...
app/assets/stylesheets/tree.scss
View file @
34e15801
#tree-content-holder
{
float
:left
;
width
:
100%
;
}
#tree-readme-holder
{
float
:left
;
width
:
100%
;
.readme
{
@include
round-borders-all
(
4px
);
padding
:
4px
15px
;
background
:
#F7F7F7
;
#tree-holder
{
#tree-content-holder
{
float
:left
;
width
:
100%
;
}
}
#tree-breadcrumbs
{
div
{
margin
:
0
;
margin-bottom
:
20px
;
#tree-readme-holder
{
float
:left
;
font-size
:
14px
;
width
:
100%
;
.readme
{
@include
round-borders-all
(
4px
);
padding
:
4px
15px
;
background
:
#F7F7F7
;
}
}
}
.tree_progress
{
display
:none
;
margin
:
20px
;
&
.loading
{
display
:block
;
.tree_progress
{
display
:none
;
margin
:
20px
;
&
.loading
{
display
:block
;
}
}
}
/** FILE CONTENT VIEW **/
.view_file_content
{
.old_line
,
.new_line
{
background
:
#ECECEC
;
color
:
#777
;
width
:
15px
;
float
:left
;
padding
:
0px
10px
;
border-right
:
1px
solid
#ccc
;
}
.old_line
{
display
:none
;
/** FILE CONTENT VIEW **/
.view_file_content
{
.old_line
,
.new_line
{
background
:
#ECECEC
;
color
:
#777
;
width
:
15px
;
float
:left
;
padding
:
0px
10px
;
border-right
:
1px
solid
#ccc
;
}
.old_line
{
display
:none
;
}
}
}
.view_file
.view_file_header
,
.diff_file
.diff_file_header
{
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
26
,
color-stop
(
0
.076
,
#fefefe
)
,
to
(
#F6F7F8
));
background-image
:
-webkit-linear-gradient
(
#fefefe
7
.6%
,
#F6F7F8
);
background-image
:
-moz-linear-gradient
(
#fefefe
7
.6%
,
#F6F7F8
);
background-image
:
-o-linear-gradient
(
#fefefe
7
.6%
,
#F6F7F8
);
.view_file
.view_file_header
,
.diff_file
.diff_file_header
{
background
:
#f5f5f5
;
margin
:
0
;
font-weight
:
normal
;
font-weight
:
bold
;
text-align
:
left
;
color
:
#666
;
border-bottom
:
1px
solid
#
DEE2E3
;
border-bottom
:
1px
solid
#
ccc
;
padding
:
7px
10px
;
.mode_text
,
.file_icon
{
margin-right
:
15px
;
padding-right
:
15px
;
border-right
:
1px
solid
$lite_border_color
;
float
:left
;
color
:
#aaa
;
}
}
.file_icon
{
padding-left
:
15px
;
}
}
.view_file
{
border
:
1px
solid
#CCC
;
margin-bottom
:
1em
;
.view_file
{
border
:
1px
solid
#CCC
;
margin-bottom
:
1em
;
.view_file_content
{
background
:
#fff
;
color
:
#514721
;
font-size
:
11px
;
}
.view_file_content_image
{
background
:
#eee
;
text-align
:center
;
img
{
padding
:
100px
;
max-width
:
300px
;
.view_file_content
{
background
:
#fff
;
color
:
#514721
;
font-size
:
11px
;
}
.view_file_content_image
{
background
:
#eee
;
text-align
:center
;
img
{
padding
:
100px
;
max-width
:
300px
;
}
}
}
}
td
.code
{
width
:
100%
;
.highlight
{
margin-left
:
55px
;
overflow
:auto
;
overflow-y
:hidden
;
border-left
:
1px
solid
#DEE2E3
;
background
:
white
;
td
.code
{
width
:
100%
;
.highlight
{
margin-left
:
55px
;
overflow
:auto
;
overflow-y
:hidden
;
}
}
.highlight
pre
{
white-space
:
pre
;
word-wrap
:normal
;
}
}
.highlight
pre
{
white-space
:
pre
;
word-wrap
:normal
;
}
table
.highlighttable
{
border
:
none
;
background
:
#F7F7F7
;
}
body
.project-page
table
.highlighttable
td
{
border
:
none
}
table
.highlighttable
tr
:hover
{
background
:none
;}
table
.highlighttable
pre
{
line-height
:
16px
!
important
;
font-size
:
12px
!
important
;
}
table
.highlighttable
.linenodiv
pr
e
{
text-align
:
right
;
padding-right
:
4px
;
color
:
#888
;
}
table
.highlighttabl
e
{
border
:
none
;
}
body
.project-page
table
.highlighttable
td
{
border
:
none
}
table
.highlighttable
tr
:hover
{
background
:none
;
}
.tree-item
{
&
:hover
{
background
:
$hover
;
cursor
:pointer
;
table
.highlighttable
pre
{
line-height
:
16px
!
important
;
font-size
:
12px
!
important
;
}
table
.highlighttable
.linenodiv
pre
{
text-align
:
right
;
padding-right
:
4px
;
color
:
#888
;
}
.tree-item
-file-name
{
font-weight
:bold
;
a
{
c
olor
:
$style_colo
r
;
.tree-item
{
&
:hover
{
background
:
$hover
;
c
ursor
:pointe
r
;
}
img
{
position
:
relative
;
top
:
2px
;
.tree-item-file-name
{
font-weight
:bold
;
a
{
color
:
$style_color
;
}
img
{
position
:
relative
;
top
:
2px
;
}
}
}
}
.breadcrumb
{
background
:white
;
border
:none
;
ul
.breadcrumb
{
background
:white
;
border
:none
;
a
{
color
:
$link_color
;
font-weight
:bold
;
font-size
:
13px
;
a
{
color
:
#666
;
font-weight
:bold
;
font-size
:
14px
;
}
}
}
#tree-slider
{
@include
shade
;
#tree-slider
{
@include
shade
;
td
{
padding
:
7px
;
border-color
:
#f1f1f1
;
td
{
padding
:
7px
;
border-color
:
#f1f1f1
;
}
th
{
background
:
#f5f5f5
;
}
}
th
{
background
:
#f5f5f5
;
.tree-commit-link
{
color
:
#333
;
}
}
.tree-commit-link
{
color
:
#333
;
}
#tree-content-holder
.view_file
{
@include
shade
;
}
#tree-content-holder
.view_file
{
@include
shade
;
}
#tree-readme-holder
.readme
{
@include
shade
;
margin-bottom
:
20px
;
}
#tree-readme-holder
.readme
{
@include
shade
;
margin-bottom
:
20px
;
}
a
.tree-commit-link
{
color
:
#666
;
&
:hover
{
text-decoration
:
underline
;
}
}
a
.tree-commit-link
{
color
:
#666
;
&
:hover
{
text-decoration
:
underline
;
.arrow
{
background
:
url("images.png")
no-repeat
-85px
-77px
;
width
:
19px
;
height
:
16px
;
float
:
left
;
position
:
relative
;
left
:
-10px
;
}
}
app/views/commits/_head.html.haml
View file @
34e15801
%ul
.tabs
%li
=
form_tag
switch_project_refs_path
(
@project
),
:method
=>
:get
,
:class
=>
"project-refs-form
commit-refs-form
"
do
=
form_tag
switch_project_refs_path
(
@project
),
:method
=>
:get
,
:class
=>
"project-refs-form"
do
=
select_tag
"ref"
,
grouped_options_refs
,
:onchange
=>
"$(this.form).trigger('submit');"
,
:class
=>
"project-refs-select"
=
hidden_field_tag
:destination
,
"commits"
...
...
app/views/refs/_tree.html.haml
View file @
34e15801
%ul
.breadcrumb
%li
=
form_tag
switch_project_refs_path
(
@project
),
:method
=>
:get
,
:class
=>
"project-refs-form left"
,
:remote
=>
true
do
=
select_tag
"ref"
,
grouped_options_refs
,
:onchange
=>
"$(this.form).trigger('submit');"
,
:class
=>
"project-refs-select"
=
hidden_field_tag
:destination
,
"tree"
=
hidden_field_tag
:path
,
params
[
:path
]
%li
%span
.arrow
=
link_to
tree_project_ref_path
(
@project
,
@ref
,
:path
=>
nil
),
:remote
=>
true
do
=
@project
.
cod
e
=
@project
.
nam
e
-
tree
.
breadcrumbs
(
6
)
do
|
link
|
\/
%li
=
link
...
...
app/views/refs/_tree_file.html.haml
View file @
34e15801
:css
.view_file
.view_file_header
%strong
%span
.file_icon
=
image_tag
"txt.png"
%span
.mode_text
=
file
.
mode
%span
.file_name
=
name
=
link_to
"raw"
,
blob_project_ref_path
(
@project
,
@ref
,
:path
=>
params
[
:path
]
),
:class
=>
"right"
,
:target
=>
"_blank"
=
link_to
"history"
,
project_commits_path
(
@project
,
:path
=>
params
[
:path
],
:ref
=>
@ref
),
:class
=>
"right"
,
:style
=>
"margin-right:10px;
"
%br
/
.row
.span1
.file_icon
=
image_tag
"txt.png"
.span2
.mode_text
=
file
.
mode
.span7
.file_name
=
name
.span4.right
=
link_to
"raw"
,
blob_project_ref_path
(
@project
,
@ref
,
:path
=>
params
[
:path
]
),
:class
=>
"right"
,
:target
=>
"_blank
"
=
link_to
"history"
,
project_commits_path
(
@project
,
:path
=>
params
[
:path
],
:ref
=>
@ref
),
:class
=>
"right"
,
:style
=>
"margin-right:10px;"
-
if
file
.
text?
.view_file_content
-
unless
file
.
empty?
...
...
app/views/refs/tree.html.haml
View file @
34e15801
%ul
.tabs
%li
=
form_tag
switch_project_refs_path
(
@project
),
:method
=>
:get
,
:class
=>
"project-refs-form"
,
:remote
=>
true
do
=
select_tag
"ref"
,
grouped_options_refs
,
:onchange
=>
"$(this.form).trigger('submit');"
,
:class
=>
"project-refs-select"
=
hidden_field_tag
:destination
,
"tree"
=
hidden_field_tag
:path
,
params
[
:path
]
%li
{
:class
=>
"#{'active' if (controller.controller_name == "
refs
") }"
}
=
link_to
tree_project_ref_path
(
@project
,
@ref
)
do
Code
#tree-holder
=
render
:partial
=>
"tree"
,
:locals
=>
{
:repo
=>
@repo
,
:commit
=>
@commit
,
:tree
=>
@tree
}
:javascript
...
...
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