summaryrefslogtreecommitdiff
path: root/app/views/projects/tree
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2017-09-06 21:03:07 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2017-09-06 21:03:07 +0200
commit64db7077740385eabc77178c8fd386330b57183b (patch)
tree55c2b05f1fa3d20c9702ad5bda7c2f2fe21f4173 /app/views/projects/tree
parent051623d215d6a00983b5c247a7c83f474387622d (diff)
parentcd8ea329f0d64c04e5dee00fb8916268dae7a6f7 (diff)
downloadgitlab-ce-64db7077740385eabc77178c8fd386330b57183b.tar.gz
Merge branch 'zj/gitlab-ce-zj-auto-devops-table' into 37158-autodevops-banner
Diffstat (limited to 'app/views/projects/tree')
-rw-r--r--app/views/projects/tree/_tree_commit_column.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/tree/_tree_commit_column.html.haml b/app/views/projects/tree/_tree_commit_column.html.haml
index f3d4706809f..abb3e918e87 100644
--- a/app/views/projects/tree/_tree_commit_column.html.haml
+++ b/app/views/projects/tree/_tree_commit_column.html.haml
@@ -1,2 +1,2 @@
%span.str-truncated
- = link_to_gfm commit.full_title, project_commit_path(@project, commit.id), class: "tree-commit-link"
+ = link_to_markdown commit.full_title, project_commit_path(@project, commit.id), class: "tree-commit-link"