14 lines
371 B
Text
14 lines
371 B
Text
- tree, commit = submodule_links(submodule_item)
|
|
%tr{ class: "tree-item" }
|
|
%td.tree-item-file-name
|
|
%i.icon-archive
|
|
%span
|
|
= link_to truncate(submodule_item.name, length: 40), tree
|
|
@
|
|
%span.monospace
|
|
- if commit.nil?
|
|
#{submodule_item.id[0..10]}
|
|
- else
|
|
= link_to "#{submodule_item.id[0..10]}", commit
|
|
%td
|
|
%td.hidden-xs
|