Page MenuHomeGRNET

new.html.erb
No OneTemporary

File Metadata

Created
Wed, Nov 19, 7:11 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