projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dceacd
)
Use correct translation for new notes in RSS feed
author
Tom Hughes
<tom@compton.nu>
Thu, 23 Jul 2015 12:50:28 +0000
(13:50 +0100)
committer
Tom Hughes
<tom@compton.nu>
Thu, 23 Jul 2015 12:50:28 +0000
(13:50 +0100)
app/views/notes/_note.rss.builder
patch
|
blob
|
history
diff --git
a/app/views/notes/_note.rss.builder
b/app/views/notes/_note.rss.builder
index 802f3bc81b6b721aef82f81e67ab122cbe386502..596b2f3c0fb2588b340f8d5fb0b44a8ca189a4f1 100644
(file)
--- a/
app/views/notes/_note.rss.builder
+++ b/
app/views/notes/_note.rss.builder
@@
-6,7
+6,7
@@
xml.item do
elsif note.comments.length > 1
xml.title t('note.rss.comment', :place => location)
else
- xml.title t('note.rss.
new
', :place => location)
+ xml.title t('note.rss.
opened
', :place => location)
end
xml.link browse_note_url(note)