Skip to content

Commit

Permalink
Merge pull request #6530 from andreas-schwab/master
Browse files Browse the repository at this point in the history
[webui] fix typo in lastest_updates feed
  • Loading branch information
coolo committed Dec 9, 2018
2 parents 421990a + 451d447 commit a7041db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/app/views/webui/feeds/latest_updates.rss.builder
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ xml.rss version: '2.0' do
@latest_updates.each do |element|
xml.item do
if element[1] == :package
xml.title "Package #{element[2]} in.project #{element[3]} updated"
xml.title "Package #{element[2]} in project #{element[3]} updated"
xml.link url_for(only_path: false, controller: :package, action: :show, project: element[3], package: element[2])
else
xml.title "Project #{element[1]} updated"
Expand Down

0 comments on commit a7041db

Please sign in to comment.