Commit 2022ae69 authored by Riyad Preukschas's avatar Riyad Preukschas

Clarify deletion messages

parent 6135eeaa
......@@ -54,7 +54,7 @@ class Event < ActiveRecord::Base
if project
project.name
else
"(deleted)"
"(deleted project)"
end
end
......
......@@ -70,7 +70,7 @@ module PushEvent
if new_ref?
"pushed new"
elsif rm_ref?
"removed"
"deleted"
else
"pushed to"
end
......
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