[email protected] wrote: > From: Michal Fojtik <[email protected]> > > --- > src/app/controllers/pool_controller.rb | 124 ------------------------- > src/app/controllers/pools_controller.rb | 134 > ++++++++++++++++++++++++++++ > src/app/views/layouts/_main_nav.html.erb | 6 +- > src/app/views/pool/delete.haml | 2 - > src/app/views/pool/edit.haml | 1 - > src/app/views/pool/hardware_profiles.haml | 1 - > src/app/views/pool/index.haml | 8 -- > src/app/views/pool/list.haml | 3 - > src/app/views/pool/new.haml | 14 --- > src/app/views/pool/realms.haml | 1 - > src/app/views/pool/show.haml | 12 --- > src/app/views/pools/delete.haml | 2 + > src/app/views/pools/edit.haml | 1 + > src/app/views/pools/hardware_profiles.haml | 1 + > src/app/views/pools/index.haml | 24 +++++ > src/app/views/pools/list.haml | 3 + > src/app/views/pools/new.haml | 14 +++ > src/app/views/pools/realms.haml | 1 + > src/app/views/pools/show.haml | 12 +++ > src/config/navigation.rb | 6 +- > src/config/routes.rb | 2 +- > 21 files changed, 199 insertions(+), 173 deletions(-) >
ACK and pushed, I had to update the spec tests to pass with the changes as well, but it's all pushed now. Scott _______________________________________________ deltacloud-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/deltacloud-devel
