Page MenuHomeGRNET

edit.html.erb
No OneTemporary

File Metadata

Created
Sun, May 18, 8:41 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