Feature #649
template error in _localizable.html.erb
Start date:
Due date:
% Done:
0%
Estimated time:
Milestones:
Description
Clicking Configure gives me the following error:
ActionView::TemplateError (string not matched) on line #78 of vendor/plugins/localizable.0.1.1/app/views/settings/_localizable.html.erb:
75: <%- end > @settings["locales"][element[:name]] = {} if @settings["locales"][element[:name]].nil?
76: </thead>
77: <tbody>
78: <> element[:objects].each do |object|
79: <> if type != object.type.to_s
80: <> type = object.type.to_s -%>
81: <
vendor/plugins/localizable.0.1.1/app/views/settings/_localizable.html.erb:78:in `[]='
vendor/plugins/localizable.0.1.1/app/views/settings/_localizable.html.erb:78
vendor/plugins/localizable.0.1.1/app/views/settings/_localizable.html.erb:65:in `each'
vendor/plugins/localizable.0.1.1/app/views/settings/_localizable.html.erb:65
app/views/settings/plugin.html.erb:6
app/views/settings/plugin.html.erb:4
/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
Rendering /home/redmine/redmine-1.3.1/public/500.html (500 Internal Server Error)