76aad9b76e
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
8 lines
340 B
Text
8 lines
340 B
Text
%tr{ class: "tree-item #{tree_hex_class(blob_item)}" }
|
|
%td.tree-item-file-name
|
|
= tree_icon(type)
|
|
%span.str-truncated
|
|
= link_to blob_item.name, namespace_project_blob_path(@project.namespace, @project, tree_join(@id || @commit.id, blob_item.name))
|
|
%td.tree_time_ago.cgray
|
|
= render 'spinner'
|
|
%td.hidden-xs.tree_commit
|