]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/way.rhtml
move around things to match the change in action names
[rails.git] / app / views / browse / way.rhtml
diff --git a/app/views/browse/way.rhtml b/app/views/browse/way.rhtml
new file mode 100644 (file)
index 0000000..b1c26f4
--- /dev/null
@@ -0,0 +1,3 @@
+<h2>Way Browser: <%= h(@name) %></h2>
+<%= render :partial => 'common', :locals => { :obj => @way, :type => "way" } %>
+<%= render :partial => 'tag_table', :locals => { :tags => @way.tags } %>