Move shared version partials to views/shared

This commit is contained in:
Nishanth Vijayan 2016-08-09 13:03:06 +05:30
parent c80f37f3ff
commit 0a3466ca7c
4 changed files with 5 additions and 5 deletions

View file

@ -57,7 +57,7 @@
= "(#{version.created_at.strftime('%B %-d, %Y %H:%M')})"
%br
= render partial: 'object_changes', locals: { version: version }
= render partial: 'shared/object_changes', locals: { version: version }
%td.col-md-2
= render partial: 'changelog_actions', locals: { version: version }
= render partial: 'shared/changelog_actions', locals: { version: version }