Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F886231
index.html.erb
No One
Temporary
Actions
Download 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:34 PM
Size
784 B
Mime Type
text/html
Expires
Sun, Aug 10, 11:34 PM (1 d, 2 h)
Engine
blob
Format
Raw Data
Handle
245497
Attached To
rARCHIVING archiving
index.html.erb
View Options
<div class="row right">
<%=
link_to
new_admin_faq_path
,
class
:
"btn btn-default"
,
role
:
"button"
do
%>
<label class="glyphicon glyphicon-plus text-primary"></label>
New FAQ
<%
end
%>
</div>
<h3>FAQ</h3>
<br />
<div class="row">
<div class="col-xs-12">
<div class="table-responsive">
<table class="table table-striped table-bordered table-condensed">
<thead>
<tr>
<th>Priority</th>
<th class="col-xs-2">Title</th>
<th class="col-xs-7">Body</th>
<th>Created at</th>
<th>Updated at</th>
<th>Actions</th>
</tr>
</thead>
<tbody>
<%=
render
partial
:
'faq'
,
collection
:
@faqs
%>
</tbody>
</table>
</div>
</div>
</div>
Event Timeline
Log In to Comment