app/presenters/katello/repository_presenter.rb in katello-4.14.2 vs app/presenters/katello/repository_presenter.rb in katello-4.15.0.rc1
- old
+ new
@@ -12,15 +12,15 @@
unarchived.collect do |repository|
if repository.environment && repository.content_view_version
{
:content_view_version => {
:id => repository.content_view_version.id,
- :name => repository.content_view_version.name
+ :name => repository.content_view_version.name,
},
:environment => {
:id => repository.environment.id,
- :name => repository.environment.name
- }
+ :name => repository.environment.name,
+ },
}
end
end
end
end