<% flashed_errors(:host) %> <% form_for(:host, :url => host_path(@host), :html => { :method => :put }) do |f| %>

Name (DNS name or IP address)
<%= f.text_field :name, :style => 'width: 330px' %>

<%= link_to 'Back to host', host_path(@host), :class => 'arrow_link ontheright', :style => 'margin-right: 330px' %>

<%= submit_tag "Update" %>

<% end %> <% content_for(:breadcrumb) do %> <% breadcrumb_box do %> <%= link_to "Back to host", host_path(@host), :style => "float:right", :class => "arrow_link" %> <%= link_to "Hosts", hosts_path %> > Host <%= link_to @host.name, host_path(@host) %> > Edit <% end %> <% end %> <% content_for(:page_title) do %> <% @page_title = "Edit host #{h(@host.name)}" %>

Edit host <%=h @host.name %>

<% end %>