fix
This commit is contained in:
parent
2a5cc3e31c
commit
03a5840fc9
|
@ -2,12 +2,7 @@ require 'json'
|
|||
class AnnouncementLinkWidgetsController < ApplicationController
|
||||
def widget
|
||||
data = {
|
||||
"tags" => [{
|
||||
"tag-name" => "",
|
||||
"tag-id" => "",
|
||||
"announcements" => [],
|
||||
"links" => []
|
||||
}],
|
||||
"tags" => [],
|
||||
"extras" => {
|
||||
"heading-announcements" => "Announcements",
|
||||
"heading-links" => "Links"
|
||||
|
|
Loading…
Reference in New Issue