Page MenuHomeGRNET

new.html.erb
No OneTemporary

File Metadata

Created
Sun, May 18, 6:30 PM

new.html.erb

<h1>New Job Template</h1>
<div class="row">
<div class="col-xs-4">
<div class="panel panel-default">
<div class="panel-heading">
<h3> Job Attributes</h3>
</div>
<br />
<%= render 'form' %>
</div>
</div>
<div class="col-xs-4">
<div id="fileset">
</div>
<div id="schedule">
</div>
</div>
</div>
<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