Remove decorator calls and methods from views. Repalace with helper calls when needed

This commit is contained in:
Dmitriy Zaporozhets 2013-03-31 23:47:26 +03:00
parent da5b0c91dc
commit b53557aca6
13 changed files with 18 additions and 21 deletions

View file

@ -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"