Newer
Older
dmpopidor / app / views / org_admin / sections / _show.html.erb
@Gavin Morrice Gavin Morrice on 28 Aug 2018 332 bytes Issue 532 (#1847)
<div class="row">
  <div class="col-md-12">
    <p class="text-justify">
      <%= sanitize section.description %>
    </p>
  </div>
</div>
<div class="row">
  <div class="col-md-12">
    <%= render partial: 'org_admin/questions/index',
               locals: local_assigns.merge({ editing: false }) %>
  </div>
</div>