mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 22:59:19 +10:00
Dont render event body if empty
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
= link_to_project event.project
|
||||
- else
|
||||
= event.project_name
|
||||
.event-body
|
||||
.event-note
|
||||
- if event.target.respond_to?(:title)
|
||||
- if event.target.respond_to?(:title)
|
||||
.event-body
|
||||
.event-note
|
||||
= event.target.title
|
||||
|
||||
Reference in New Issue
Block a user