mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Further work on Darkswarm
This commit is contained in:
11
app/assets/javascripts/darkswarm/all.js.coffee
Normal file
11
app/assets/javascripts/darkswarm/all.js.coffee
Normal file
@@ -0,0 +1,11 @@
|
||||
#= require jquery
|
||||
#= require jquery_ujs
|
||||
#= require jquery-ui
|
||||
#= require spin
|
||||
#= require ../shared/angular
|
||||
#= require ../shared/angular-resource
|
||||
#= require foundation
|
||||
#= require_tree .
|
||||
|
||||
$ ->
|
||||
$(document).foundation()
|
||||
@@ -0,0 +1 @@
|
||||
/*body { background: #ff0000; }*/
|
||||
|
||||
@@ -9,11 +9,9 @@
|
||||
|
||||
= stylesheet_link_tag "darkswarm/all"
|
||||
= javascript_include_tag "darkswarm/all"
|
||||
|
||||
= render "layouts/bugherd_script"
|
||||
= csrf_meta_tags
|
||||
|
||||
|
||||
%body.off-canvas
|
||||
= render partial: "shared/menu"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user