Remove decorator calls and methods from views. Repalace with helper calls when needed
This commit is contained in:
parent
da5b0c91dc
commit
b53557aca6
13 changed files with 18 additions and 21 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue