Sha256: 25230213c23521c8744d91f6d8ddd6b4fa20490e7ee0a3a1c2659d3906693a9f

Contents?: true

Size: 602 Bytes

Versions: 6

Compression:

Stored size: 602 Bytes

Contents

<table class='exam-parts border-bottom table table-bordered table-condensed'>
  <thead>
    <tr>
      <th class='btn-info' style="width:60px">Class</th>
      <th class='btn-info' style="width:60px">Seat_Number</th>
      <th class='btn-info' style="width:150px">Name </th>
    </tr>
  </thead>
  <tbody>
    <% for student in @students: %>
      <tr class='student_<%= student.id %>'>
        <td class="vm-tc"><%= "class"%></td>
        <td class="vm-tc"><%= "seat_number" %></td>
        <td class="vm"><%= student.surname + " " + student.name %></td>
      </tr>
    <% end %>
  </tbody>
</table>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
gaku_core-0.0.3 app/assets/javascripts/gaku/backbone/templates/tables/exam_user.jst.eco
gaku-0.0.3 core/app/assets/javascripts/gaku/backbone/templates/tables/exam_user.jst.eco
gaku-0.0.2 core/app/assets/javascripts/gaku/backbone/templates/tables/exam_user.jst.eco
gaku_core-0.0.2 app/assets/javascripts/gaku/backbone/templates/tables/exam_user.jst.eco
gaku-0.0.1 core/app/assets/javascripts/gaku/backbone/templates/tables/exam_user.jst.eco
gaku_core-0.0.1 app/assets/javascripts/gaku/backbone/templates/tables/exam_user.jst.eco