Page MenuHomeGRNET

new.html.erb
No OneTemporary

File Metadata

Created
Sun, May 18, 7:30 PM

new.html.erb

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

Event Timeline