Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F888073
show.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
Sun, Aug 10, 8:58 AM
Size
656 B
Mime Type
text/plain
Expires
Tue, Aug 12, 8:58 AM (11 h, 10 m)
Engine
blob
Format
Raw Data
Handle
246458
Attached To
rARCHIVING archiving
show.html.erb
View Options
<div class="col-xs-10">
<div class="panel panel-default">
<div class="panel-heading">
<h4>
<%=
@faq
.
title
%>
</h4>
</div>
<br/>
<p>
<%=
@faq
.
body
%>
</p>
</div>
<%=
link_to
'Back to FAQ'
,
admin_faqs_path
%>
<%=
link_to
edit_admin_faq_path
(
@faq
),
class
:
'btn btn-default'
do
%>
<label class="glyphicon glyphicon-edit text-primary"></label>
Edit
<%
end
%>
<%=
link_to
admin_faq_path
(
@faq
),
method
:
:delete
,
data
:
{
confirm
:
'FAQ entry will be deleted'
},
class
:
'btn btn-default right'
do
%>
<label class="glyphicon glyphicon-remove text-danger"></label>
Delete
<%
end
%>
</div>
Event Timeline
Log In to Comment