Colored labels for events
This commit is contained in:
parent
d23022c6f6
commit
6667f3dbf9
6 changed files with 38 additions and 35 deletions
|
@ -132,6 +132,7 @@ class Event < ActiveRecord::Base
|
|||
end
|
||||
end
|
||||
|
||||
|
||||
delegate :name, :email, to: :author, prefix: true, allow_nil: true
|
||||
delegate :title, to: :issue, prefix: true, allow_nil: true
|
||||
delegate :title, to: :merge_request, prefix: true, allow_nil: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue