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
Tatuya Kamada
gitlab-ce
Commits
a8fad4ff
Commit
a8fad4ff
authored
Oct 03, 2012
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove locals from tree/submodule_item, use "object" instead
parent
37c3474f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
app/views/tree/_submodule_item.html.haml
app/views/tree/_submodule_item.html.haml
+3
-5
No files found.
app/views/tree/_submodule_item.html.haml
View file @
a8fad4ff
-
url
=
content
.
url
(
@ref
)
rescue
nil
-
name
=
content
.
basename
-
url
=
submodule_item
.
url
(
@ref
)
rescue
nil
-
name
=
submodule_item
.
basename
-
return
unless
url
%tr
{
class:
"tree-item"
,
url:
url
}
%td
.tree-item-file-name
=
image_tag
"submodule.png"
%strong
=
truncate
(
name
,
length:
40
)
%td
%code
=
content
.
id
[
0
..
10
]
%code
=
submodule_item
.
id
[
0
..
10
]
%td
=
link_to
truncate
(
url
,
length:
40
),
url
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