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