summaryrefslogtreecommitdiff
path: root/web/views/tags.erb
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2012-01-01 13:19:33 +0100
committerJochen Topf <jochen@topf.org>2012-01-01 13:19:33 +0100
commit2412079b7b4908f286a8c4f1b9172809de412b29 (patch)
tree8970532d4b6703b91de7b71ea1055e146b853731 /web/views/tags.erb
parent56a53d12ecb0737bcfb2549904a244026665a336 (diff)
downloadtaginfo-2412079b7b4908f286a8c4f1b9172809de412b29.tar
taginfo-2412079b7b4908f286a8c4f1b9172809de412b29.tar.gz
First checkin of new layout
Diffstat (limited to 'web/views/tags.erb')
-rw-r--r--web/views/tags.erb13
1 files changed, 13 insertions, 0 deletions
diff --git a/web/views/tags.erb b/web/views/tags.erb
new file mode 100644
index 0000000..151708b
--- /dev/null
+++ b/web/views/tags.erb
@@ -0,0 +1,13 @@
+<!--<h1><%= t.osm.tags %></h1>-->
+
+<div id="block">
+ <table id="grid-tags">
+ </table>
+</div>
+
+<% javascript do
+ JQuery.ready do
+ JS.raw(%Q{ create_flexigrid_for.tags.tags(); })
+ end
+end
+%>