1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

remove spaces inside {} of app/views/journals/index.builder

git-svn-id: http://svn.redmine.org/redmine/trunk@20472 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2020-11-22 12:58:54 +00:00
parent 7d12df241d
commit f2f7fb6e57

View File

@ -8,7 +8,7 @@ xml.feed "xmlns" => "http://www.w3.org/2005/Atom" do
xml.id home_url xml.id home_url
xml.icon favicon_url xml.icon favicon_url
xml.updated((@journals.first ? @journals.first.event_datetime : Time.now).xmlschema) xml.updated((@journals.first ? @journals.first.event_datetime : Time.now).xmlschema)
xml.author { xml.name "#{Setting.app_title}" } xml.author {xml.name "#{Setting.app_title}"}
@journals.each do |change| @journals.each do |change|
issue = change.issue issue = change.issue
xml.entry do xml.entry do