summaryrefslogtreecommitdiff
path: root/app/views/events/_commit.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-31 23:47:26 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-31 23:47:26 +0300
commitb53557aca64fbf55f9bbd59849d83daa10b7361f (patch)
treeed4e21bce3323b99cc06325bf5de4f7deed64920 /app/views/events/_commit.html.haml
parentda5b0c91dc79136be4315cf61e5520692e19be8a (diff)
downloadgitlab-ce-b53557aca64fbf55f9bbd59849d83daa10b7361f.tar.gz
Remove decorator calls and methods from views. Repalace with helper calls when needed
Diffstat (limited to 'app/views/events/_commit.html.haml')
-rw-r--r--app/views/events/_commit.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/events/_commit.html.haml b/app/views/events/_commit.html.haml
index ea417aa9f30..f2f2d47ef96 100644
--- a/app/views/events/_commit.html.haml
+++ b/app/views/events/_commit.html.haml
@@ -1,4 +1,3 @@
-- commit = CommitDecorator.decorate(commit)
%li.commit
%p
= link_to commit.short_id(8), project_commit_path(project, commit), class: "commit_short_id"