diff options
author | hellekin <hellekin@cepheide.org> | 2020-10-08 17:41:13 +0200 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2020-10-08 17:41:13 +0200 |
commit | 52f87943b4a56e880e4964bd2e2a3cafab20a0d8 (patch) | |
tree | 1fc950d605530139c4c3eb0669212af146624979 /app/views/application/_debug.html.erb | |
parent | ad1c6ccaaeda8ab8df8316b9261dd1e100df75fd (diff) | |
parent | c0a3378d2587c9fda27e97645799dd7a008819a1 (diff) | |
download | incommon-map-52f87943b4a56e880e4964bd2e2a3cafab20a0d8.tar.gz |
Merge branch 'map-style'
Diffstat (limited to 'app/views/application/_debug.html.erb')
-rw-r--r-- | app/views/application/_debug.html.erb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/application/_debug.html.erb b/app/views/application/_debug.html.erb new file mode 100644 index 0000000..fce114d --- /dev/null +++ b/app/views/application/_debug.html.erb @@ -0,0 +1,5 @@ +<% if Rails.env.development? %> + <div id="debug"> + <%= yield :debug %> + </div> +<% end %> |