Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F886230
_faq.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
Fri, Aug 8, 11:33 PM
Size
835 B
Mime Type
text/plain
Expires
Sun, Aug 10, 11:33 PM (1 d, 10 h)
Engine
blob
Format
Raw Data
Handle
245781
Attached To
rARCHIVING archiving
_faq.html.erb
View Options
<tr>
<td>
<%=
link_to
"#
#{
faq
.
id
}
"
,
admin_faq_path
(
faq
)
%>
</td>
<td>
<%=
faq
.
priority
%>
</td>
<td>
<%=
link_to
faq
.
title
,
admin_faq_path
(
faq
)
%>
</td>
<td>
<%=
faq
.
body
%>
</td>
<td>
<%=
I18n
.
l
(
faq
.
created_at
,
format
:
:short
)
%>
</td>
<td>
<%=
I18n
.
l
(
faq
.
updated_at
,
format
:
:short
)
rescue
'-'
%>
</td>
<td>
<%=
link_to
admin_faq_path
(
faq
)
do
%>
<label class="glyphicon glyphicon-eye-open text-primary" alt="show"></label>
<%
end
%>
<%=
link_to
edit_admin_faq_path
(
faq
)
do
%>
<label class="glyphicon glyphicon-edit text-primary" alt="show"></label>
<%
end
%>
<%=
link_to
admin_faq_path
(
faq
),
method
:
:delete
,
data
:
{
confirm
:
'The FAQ entry is going to be destroyed'
}
do
%>
<label class="glyphicon glyphicon-remove text-danger" alt="show"></label>
<%
end
%>
</td>
</tr>
Event Timeline
Log In to Comment