Update events helper to remove wall-related sections.
This commit is contained in:
parent
97e06bcfe6
commit
420b46eedf
1 changed files with 0 additions and 2 deletions
|
@ -73,8 +73,6 @@ module EventsHelper
|
||||||
else
|
else
|
||||||
event_note_target_path(event)
|
event_note_target_path(event)
|
||||||
end
|
end
|
||||||
elsif event.wall_note?
|
|
||||||
project_wall_path(event.project)
|
|
||||||
end
|
end
|
||||||
elsif event.push?
|
elsif event.push?
|
||||||
if event.push_with_commits?
|
if event.push_with_commits?
|
||||||
|
|
Loading…
Reference in a new issue