Page MenuHomeGRNET

edit.html.erb
No OneTemporary

File Metadata

Created
Sun, May 18, 12:40 AM

edit.html.erb

<div class="row">
<div class="col-xs-4">
<div class="panel panel-default">
<div class="panel-heading">
<h3>Edit Client <%= @host.name %></h3>
</div>
<div class="panel-body">
<%= render 'form' %>
</div>
</div>
</div>
</div>

Event Timeline