Move browse#note to notes#show

This allows a more resourceful routing approach.
This commit is contained in:
Andy Allan 2023-01-25 21:46:35 +00:00
parent b5046fdcd0
commit 9748ce301c
22 changed files with 175 additions and 138 deletions

View file

@ -9,7 +9,7 @@ xml.item do
xml.title t("api.notes.rss.opened", :place => location)
end
xml.link browse_note_url(note)
xml.link note_url(note)
xml.guid api_note_url(note)
xml.description render(:partial => "description", :object => note, :formats => [:html])