Page MenuHomeGRNET

new.html.erb
No OneTemporary

File Metadata

Created
Sun, May 18, 1:44 AM

new.html.erb

<h1>New Job Template</h1>
<div class="row">
<div class="col-xs-6">
<div class="container graybox">
<h3> Job Attributes</h3>
<%= render 'form' %>
</div>
</div>
</div>
<br />
<div class="row">
<div class="col-xs-1">
<%= link_to 'Cancel', host_path(@job.host), class: 'btn btn-danger', role: 'button' %>
</div>
</div>

Event Timeline