Commit e59942340a1179275af74b09c9ff9d0ac1d3c9c4

project feed has the project owner name in it

Commit diff

app/views/projects/index.atom.builder

 
88 entry.title(project.title)
99 entry.content(project.description)
1010 entry.author do |author|
11 author.name("Gitorious")
11 author.name(project.user.login)
1212 end
1313 end
1414 end
toggle raw diff