Create events on comments and milestone
This commit is contained in:
parent
190e483fb4
commit
678e5355a3
7 changed files with 40 additions and 3 deletions
|
@ -5,6 +5,8 @@
|
|||
|
||||
- if event.push?
|
||||
= render "events/event/push", event: event
|
||||
- if event.note?
|
||||
= render "events/event/note", event: event
|
||||
- else
|
||||
= render "events/event/common", event: event
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue