Fix branch selector. Few css fixed also

This commit is contained in:
randx 2012-08-18 23:53:58 +03:00
parent 93401ef988
commit 3f9749dd86
6 changed files with 9 additions and 7 deletions

View file

@ -1,3 +1,3 @@
- if tm
%strong= link_to "[#{tm.user_name}]", project_team_member_path(@project, tm)
= link_to "[#{tm.user_name}]", project_team_member_path(@project, tm)
= link_to_gfm truncate(content_commit.title, length: tm ? 30 : 50), project_commit_path(@project, content_commit.id), class: "tree-commit-link"