Remove non-functional edit button from GEM Feed announcements
This commit is contained in:
parent
13689bd905
commit
efc18045d8
|
|
@ -848,7 +848,7 @@ class AnnouncementsController < ApplicationController
|
|||
def show_feed_announcement(uid)
|
||||
announcement = OrbitHelper.get_from_feed(uid)
|
||||
locale = OrbitHelper.get_site_locale.to_s
|
||||
url_to_edit = "#"
|
||||
url_to_edit = ""
|
||||
return nil if announcement.blank?
|
||||
|
||||
category_title = ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue