% flashed_errors(:host) %> <% form_for(:host, :url => hosts_path) do |f| %>
Name (DNS name or IP address)
<%= f.text_field :name, :style => 'width: 330px' %>
<%= submit_tag "Create host" %>
<% end %> <% content_for(:breadcrumb) do %> <% breadcrumb_box do %> <%= link_to "Manage hosts", hosts_path, :style => "float:right", :class => "arrow_link" %> <%= link_to "Hosts", hosts_path %> > New <% end %> <% end %> <% content_for(:page_title) do %> <% @page_title = "New host" %>