Page MenuHomeGRNET

new.html.erb
No OneTemporary

File Metadata

Created
Sun, Aug 10, 5:47 AM

new.html.erb

<h1>New Fileset</h1>
<div class="container graybox">
<%= render 'form' %>
</div>
<%= link_to 'Back to job',
@job_id.present? ? edit_host_job_path(@host, @job_id) : new_host_job_path(@host) %>

Event Timeline