Fix event rendering when create project

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2016-04-04 18:59:04 +02:00
parent ba7fcc9866
commit 11c1dda35f
No known key found for this signature in database
GPG Key ID: 627C5F589F467F17
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ module EventsHelper
end
def event_row_class(event)
if event.body? || event.created_project?
if event.body?
"event-block"
else
"event-inline"