Show vote versions in event history
This commit is contained in:
parent
72f2871517
commit
dcfc25a541
3 changed files with 8 additions and 1 deletions
|
|
@ -34,6 +34,10 @@
|
|||
= event_change_description(version)
|
||||
= "event #{@event.title}"
|
||||
|
||||
- elsif version.item_type == 'Vote'
|
||||
= vote_change_description(version)
|
||||
= "event #{@event.title}"
|
||||
|
||||
- else
|
||||
= general_change_description(version)
|
||||
= link_to 'commercial',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue