Removed class 'small' for some buttons. Fixed issue creation

This commit is contained in:
randx 2012-08-30 20:00:16 +03:00
parent d246a68a24
commit 92137b7beb
7 changed files with 15 additions and 8 deletions

View file

@ -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