projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
619db2e
)
Fix a missing translation
author
Tom Hughes
<tom@compton.nu>
Thu, 23 Jul 2015 13:23:23 +0000
(14:23 +0100)
committer
Tom Hughes
<tom@compton.nu>
Thu, 23 Jul 2015 13:23:23 +0000
(14:23 +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 596b2f3c0fb2588b340f8d5fb0b44a8ca189a4f1..a095b636d9ed45a8bf907a7731f140597168e36f 100644
(file)
--- a/
app/views/notes/_note.rss.builder
+++ b/
app/views/notes/_note.rss.builder
@@
-4,7
+4,7
@@
xml.item do
if note.closed?
xml.title t('note.rss.closed', :place => location)
elsif note.comments.length > 1
- xml.title t('note.rss.comment', :place => location)
+ xml.title t('note.rss.comment
ed
', :place => location)
else
xml.title t('note.rss.opened', :place => location)
end