Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1299547
_fileset.html.erb
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Nov 18, 10:56 PM
Size
535 B
Mime Type
text/plain
Expires
Thu, Nov 20, 10:56 PM (5 h, 2 m)
Engine
blob
Format
Raw Data
Handle
293134
Attached To
rARCHIVING archiving
_fileset.html.erb
View Options
<%
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
Log In to Comment