%= render :partial => "person/nav"  %>
Node
<%= start_form_tag :action => 'update', :id => @node %>
  
  
    | Name | <%= text_field 'node', 'name' %> | 
  
    | Kommentar | <%= text_area('node', 'comment', :cols => 40, :rows => 5) %> | 
  
    | Administrator |  | 
  
    | Smokeping | <%= check_box "node", "smokeping" %> | 
  
  <%= submit_tag 'Edit' %>
<%= end_form_tag %>
<%= link_to 'Back', { :controller => 'location', :action => 'show', :id => @node.location.id } %>