One comment in-line that I noticed when reviewing the next commit.

-- 
Jacob Helwig

On Fri, 15 Oct 2010 17:38:25 -0700, Jacob Helwig wrote:
> 
> On Fri, 15 Oct 2010 17:16:11 -0700, Jacob Helwig wrote:
> > 

*snip*

> > diff --git a/app/views/node_groups/show.html.haml 
> > b/app/views/node_groups/show.html.haml
> > index 9b7f084..3a9743d 100644
> > --- a/app/views/node_groups/show.html.haml
> > +++ b/app/views/node_groups/show.html.haml
> > @@ -9,27 +9,27 @@
> >        %li= link_to 'Destroy', @node_group, :confirm => 'Are you sure?', 
> > :method => :delete, :class => "delete button"
> >  
> >    .item
> > -    .section
> > -      %h3 Parameters
> > -      - unless @node_group.parameters.blank?
> > -        = inspector_table @node_group.parameters.to_hash
> > -      - else
> > -        = describe_no_matches_as 'No parameters'
> > -
> > -    .section.half
> > -      %h3 Inherited groups
> > -      - unless @node_group.node_groups.blank?
> > -        = inspector_table @node_group.node_groups, :name, false, :link => 
> > true
> > -      - else
> > -        = describe_no_matches_as 'No groups'
> > +    = render 'shared/parameters', :resource => @node_group
> > +    = render 'shared/groups', :resource => @node_group
> > +    = render 'shared/classes', :resource => @node_group

These don't actually exist until the next commit.

Attachment: signature.asc
Description: Digital signature

Reply via email to