Commit d25f2544 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #7177 from Totof6942/master

Small ui fix
parents 7454ad19 2d717807
......@@ -5,4 +5,4 @@
= link_to blob_item.name, project_blob_path(@project, tree_join(@id || @commit.id, blob_item.name))
%td.tree_time_ago.cgray
= render 'spinner'
%td.hidden-xs.tree_commit{ colspan: 2 }
%td.hidden-xs.tree_commit
......@@ -5,4 +5,4 @@
= link_to tree_item.name, project_tree_path(@project, tree_join(@id || @commit.id, tree_item.name))
%td.tree_time_ago.cgray
= render 'spinner'
%td.hidden-xs.tree_commit{ colspan: 2 }
%td.hidden-xs.tree_commit
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment