Page MenuHomeGRNET

_fileset.html.erb
No OneTemporary

File Metadata

Created
Mon, May 19, 12:46 AM

_fileset.html.erb

<% if job_id = (@job.try(:id) || @job_id) %>
<% url_options = { job_id: job_id } %>
<% else %>
<% url_options = {} %>
<% end %>
<div class="panel panel-default">
<div class="panel-heading">
<h4>
Fileset "<%= fileset.name %>"
<%= link_to edit_host_fileset_path(@host, fileset.id, url_options) do %>
<label class="glyphicon glyphicon-edit text-primary right"></label>
<% end %>
</h4>
</div>
<br />
<div class="panel-body">
<pre>
<%= fileset.human_readable %>
</pre>
</div>
</div>

Event Timeline