Skip to content
Snippets Groups Projects
Commit 31bc2b94 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix tree css class conflict

parent 0a6b64e6
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -136,7 +136,7 @@ $hover: #FDF5D9;
/**
* Code (files list) styles. Browsing project files there
*/
@import "tree.scss";
@import "sections/tree.scss";
 
/**
* This file represent notes(comments) styles
Loading
Loading
Loading
Loading
@@ -13,10 +13,10 @@
- else
= image_tag "file_dir.png"
= link_to truncate(content.name, :length => 40), tree_file_project_ref_path(@project, @ref || @commit.id, file), :remote => :true
%td.cgray
%td.tree_time_ago.cgray
= time_ago_in_words(content_commit.committed_date)
ago
%td.commit
%td.tree_commit
- tm = @project.team_member_by_name_or_email(content_commit.author_email, content_commit.author_name)
- if tm
%strong= link_to "[#{tm.user_name}]", project_team_member_path(@project, tm)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment