Update views for GFM

This commit is contained in:
Riyad Preukschas 2012-08-02 02:31:45 +02:00
parent 204964918b
commit eb06dd79f8
16 changed files with 19 additions and 18 deletions

View file

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