Removed class 'small' for some buttons. Fixed issue creation
This commit is contained in:
parent
d246a68a24
commit
92137b7beb
7 changed files with 15 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
%tr{ class: "tree-item #{tree_hex_class(content)}", url: tree_file_project_ref_path(@project, @ref, file) }
|
||||
%td.tree-item-file-name
|
||||
= tree_icon(content)
|
||||
= link_to truncate(content.name, length: 40), tree_file_project_ref_path(@project, @ref || @commit.id, file), remote: :true
|
||||
%strong= link_to truncate(content.name, length: 40), tree_file_project_ref_path(@project, @ref || @commit.id, file), remote: :true
|
||||
%td.tree_time_ago.cgray
|
||||
- if index == 1
|
||||
%span.log_loading
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue