Page MenuHomeGRNET

faq.html.erb
No OneTemporary

File Metadata

Created
Sat, Jan 17, 1:58 PM

faq.html.erb

<h3>Frequently Asked Questions</h3>
<h4>...and some useful tips</h4>
<div class="table-responsive">
<table class="table table-striped table-bordered table-condensed">
<thead>
<tr>
<th class="col-xs-3">Title</th>
<th class="col-xs-8">Body</th>
</tr>
</thead>
<tbody>
<%= render partial: 'faq', collection: @faqs %>
</tbody>
</table>
</div>

Event Timeline