Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1297081
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
Tue, Nov 18, 12:57 AM
Size
663 B
Mime Type
text/plain
Expires
Thu, Nov 20, 12:57 AM (1 d, 13 h)
Engine
blob
Format
Raw Data
Handle
290292
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
.
pretty_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