Commit 8a69afda authored by Phil Hughes's avatar Phil Hughes

Changed to to_json to not be interpolated

parent a9557c51
%boards-selector{ "inline-template" => true,
":current-board" => "#{board.to_json}" }
":current-board" => board.to_json }
.boards-title-holder.dropdown
%button.boards-switcher{ "@click" => "loadBoards",
data: { toggle: "dropdown" } }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment