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
Kazuhiko Shiozaki
gitlab-ce
Commits
536eb8e8
Commit
536eb8e8
authored
Oct 15, 2012
by
Riyad Preukschas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove #history_path and #mb_size from TreeDecorator
parent
d40d2dd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
app/decorators/tree_decorator.rb
app/decorators/tree_decorator.rb
+0
-13
No files found.
app/decorators/tree_decorator.rb
View file @
536eb8e8
...
@@ -28,17 +28,4 @@ class TreeDecorator < ApplicationDecorator
...
@@ -28,17 +28,4 @@ class TreeDecorator < ApplicationDecorator
file
=
File
.
join
(
path
,
".."
)
file
=
File
.
join
(
path
,
".."
)
h
.
project_tree_path
(
project
,
h
.
tree_join
(
ref
,
file
))
h
.
project_tree_path
(
project
,
h
.
tree_join
(
ref
,
file
))
end
end
def
history_path
h
.
project_commits_path
(
project
,
h
.
tree_join
(
ref
,
path
))
end
def
mb_size
size
=
(
tree
.
size
/
1024
)
if
size
<
1024
"
#{
size
}
KB"
else
"
#{
size
/
1024
}
MB"
end
end
end
end
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