Tree files use normal font-weight

This commit is contained in:
Dmitriy Zaporozhets 2013-09-25 16:59:38 +03:00
parent 1165759b14
commit 11605c2d8d
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
%tr{ class: "tree-item #{tree_hex_class(blob_item)}" }
%td.tree-item-file-name
= tree_icon(type)
%strong= link_to truncate(blob_item.name, length: 40), project_blob_path(@project, tree_join(@id || @commit.id, blob_item.name))
%span= link_to truncate(blob_item.name, length: 40), project_blob_path(@project, tree_join(@id || @commit.id, blob_item.name))
%td.tree_time_ago.cgray
%span.log_loading.hide
Loading commit data...

View file

@ -4,7 +4,7 @@
%tr{ class: "tree-item", url: url }
%td.tree-item-file-name
= image_tag "submodule.png"
%strong= truncate(name, length: 40)
%span= truncate(name, length: 40)
%td
%code= submodule_item.id[0..10]
%td{ colspan: 2 }