BigW Consortium Gitlab

Fix event rendering when create project

parent ba7fcc98
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment