Page MenuHomeGRNET

new.html.erb
No OneTemporary

File Metadata

Created
Sat, Jan 17, 1:00 PM

new.html.erb

<div class="row">
<div class="col-xs-5">
<div class="panel panel-default">
<div class="panel-heading">
<h3>New Fileset</h3>
</div>
<div class="panel-body">
<%= render partial: 'form',
locals: { url: host_filesets_path(@host), method: :post } %>
</div>
</div>
</div>
</div>

Event Timeline