MS IZ notifications now contain helpful test
This commit is contained in:
parent
254c411bd9
commit
79b613b0e5
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
module NotificationsHelper
|
module NotificationsHelper
|
||||||
def object_link(note)
|
def object_link(note)
|
||||||
target_type = note.target_type
|
target_type = note.action
|
||||||
translation = t("notifications.#{target_type}")
|
translation = t("notifications.#{target_type}")
|
||||||
case target_type
|
case target_type
|
||||||
when 'request_accepted'
|
when 'request_accepted'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue