Commit 11605c2d8dac95503242a87b56715fbe985953e9
1 parent
1165759b
Exists in
master
and in
4 other branches
Tree files use normal font-weight
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app/views/projects/tree/_blob_item.html.haml
1 | %tr{ class: "tree-item #{tree_hex_class(blob_item)}" } | 1 | %tr{ class: "tree-item #{tree_hex_class(blob_item)}" } |
2 | %td.tree-item-file-name | 2 | %td.tree-item-file-name |
3 | = tree_icon(type) | 3 | = tree_icon(type) |
4 | - %strong= link_to truncate(blob_item.name, length: 40), project_blob_path(@project, tree_join(@id || @commit.id, blob_item.name)) | 4 | + %span= link_to truncate(blob_item.name, length: 40), project_blob_path(@project, tree_join(@id || @commit.id, blob_item.name)) |
5 | %td.tree_time_ago.cgray | 5 | %td.tree_time_ago.cgray |
6 | %span.log_loading.hide | 6 | %span.log_loading.hide |
7 | Loading commit data... | 7 | Loading commit data... |
app/views/projects/tree/_submodule_item.html.haml
@@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
4 | %tr{ class: "tree-item", url: url } | 4 | %tr{ class: "tree-item", url: url } |
5 | %td.tree-item-file-name | 5 | %td.tree-item-file-name |
6 | = image_tag "submodule.png" | 6 | = image_tag "submodule.png" |
7 | - %strong= truncate(name, length: 40) | 7 | + %span= truncate(name, length: 40) |
8 | %td | 8 | %td |
9 | %code= submodule_item.id[0..10] | 9 | %code= submodule_item.id[0..10] |
10 | %td{ colspan: 2 } | 10 | %td{ colspan: 2 } |