Page MenuHomeGRNET

edit.html.erb
No OneTemporary

File Metadata

Created
Sat, May 17, 10:58 PM

edit.html.erb

<h1>Edit Host <%= @host.name %></h1>
<div class="container graybox">
<%= render 'form' %>
</div>
<%= link_to 'Back', host_path(@host) %>

Event Timeline