projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix accumulation of parameters in edit link
[rails.git]
/
app
/
views
/
notes
/
index.xml.builder
1
xml.instruct!
2
3
xml.osm(:version => API_VERSION, :generator => GENERATOR) do |osm|
4
osm << (render(:partial => "note", :collection => @notes) || "")
5
end