提交 11605c2d 编写于 作者: D Dmitriy Zaporozhets

Tree files use normal font-weight

上级 1165759b
%tr{ class: "tree-item #{tree_hex_class(blob_item)}" } %tr{ class: "tree-item #{tree_hex_class(blob_item)}" }
%td.tree-item-file-name %td.tree-item-file-name
= tree_icon(type) = 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 %td.tree_time_ago.cgray
%span.log_loading.hide %span.log_loading.hide
Loading commit data... Loading commit data...
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
%tr{ class: "tree-item", url: url } %tr{ class: "tree-item", url: url }
%td.tree-item-file-name %td.tree-item-file-name
= image_tag "submodule.png" = image_tag "submodule.png"
%strong= truncate(name, length: 40) %span= truncate(name, length: 40)
%td %td
%code= submodule_item.id[0..10] %code= submodule_item.id[0..10]
%td{ colspan: 2 } %td{ colspan: 2 }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册