diff options
author | Christopher Baines <mail@cbaines.net> | 2015-08-09 14:04:08 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2015-08-09 14:04:08 +0100 |
commit | f9d91963d4d07c4825a32af6e216dbea42b80ab1 (patch) | |
tree | 9d325add3b7e1c3201488a65982d9087f28a255f /web/views | |
parent | 28be55a1c744ed9ee9179b8b37570e4532bf6870 (diff) | |
download | taginfo-f9d91963d4d07c4825a32af6e216dbea42b80ab1.tar taginfo-f9d91963d4d07c4825a32af6e216dbea42b80ab1.tar.gz |
Put the slicknav menu in a div
Instead of the body.
Diffstat (limited to 'web/views')
-rw-r--r-- | web/views/layout.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/views/layout.erb b/web/views/layout.erb index 6e920f8..72f2503 100644 --- a/web/views/layout.erb +++ b/web/views/layout.erb @@ -44,6 +44,7 @@ </div> </div> <% unless @nosearch %> + <div id="menu-div"> <ul id="menu"> <li><a href="/keys"><%= h(t.osm.keys) %></a></li> <li><a href="/tags"><%= h(t.osm.tags) %></a></li> @@ -52,6 +53,7 @@ <li><a href="/reports"><%= h(t.taginfo.reports) %></a></li> <li><a href="/about"><%= h(t.taginfo.about) %></a></li> </ul> + </div> <% end %> <div id="main"> <%= yield %> |