Please review pull request #82: Fixed typo in previous patch opened by (cwacek)
Description:
- Opened: Tue Jan 24 22:56:39 UTC 2012
- Based on: puppetlabs:master (3d2c37215d943a52ce9d80e79cedefebc5cab90f)
- Requested merge: cwacek:master (d14ad7cc249f2080718fa44dc0f155b26efac788)
Diff follows:
diff --git a/app/views/shared/_node_manager_sidebar.html.haml b/app/views/shared/_node_manager_sidebar.html.haml
index 586b363..ee20756 100644
--- a/app/views/shared/_node_manager_sidebar.html.haml
+++ b/app/views/shared/_node_manager_sidebar.html.haml
@@ -25,7 +25,7 @@
- Node.possible_derived_statuses.push( 'unreported', 'all' ).each do |status|
- if( status == 'all' )
- node_count = Node.unhidden.count
- - nodes_path = {:controlller => "nodes", :action ="" "index"}
+ - nodes_path = {:controller => "nodes", :action ="" "index"}
- action_status = 'index'
- else
- node_count = Node.send(status).unhidden.count
-- You received this message because you are subscribed to the Google Groups "Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
