summaryrefslogtreecommitdiff
path: root/app/views/projects/tree
diff options
context:
space:
mode:
authorClement Ho <clementh@hp.com>2016-07-25 23:49:06 -0500
committerClement Ho <clementh@hp.com>2016-08-02 11:40:44 -0500
commite4c517a635b6a45a9afc65b37682cc4b4951e922 (patch)
treedc8b1a82b60376ff2deca3e474397547147c84e8 /app/views/projects/tree
parentb6dc87cb28058fdc2d5a735f896742fecb5901ec (diff)
downloadgitlab-ce-e4c517a635b6a45a9afc65b37682cc4b4951e922.tar.gz
Expand commit message width in repo view
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 a3a4bd4f752..84da16b6bb1 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.title, namespace_project_commit_path(@project.namespace, @project, commit.id), class: "tree-commit-link"
+ = link_to_gfm commit.full_title, namespace_project_commit_path(@project.namespace, @project, commit.id), class: "tree-commit-link"