show.html.erb 223 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <p id="notice"><%= notice %></p> <p> <strong>Name:</strong> <%= @host.name %> </p> <p> <strong>Uri:</strong> <%= @host.uri %> </p> <%= link_to 'Edit', edit_host_path(@host) %> | <%= link_to 'Back', hosts_path %>