Fix 500 error on page with submodules

This commit is contained in:
Dmitriy Zaporozhets 2013-10-12 10:01:27 +03:00
parent d43d7471c1
commit 995ce5fdc7
1 changed files with 7 additions and 8 deletions

View File

@ -1,11 +1,10 @@
- url = submodule_item.url(@ref) rescue ''
- name = submodule_item.basename
- return '' unless url
%tr{ class: "tree-item", url: url }
%tr{ class: "tree-item" }
%td.tree-item-file-name
= image_tag "submodule.png"
%span= truncate(name, length: 40)
%span
= link_to truncate(submodule_item.name, length: 40), '#'
@
%span.monospace #{submodule_item.id[0..10]}
%td
%td
%td
%code= submodule_item.id[0..10]
%td{ colspan: 2 }
= link_to truncate(url, length: 40), url