<% content_for :title do %>スラッシュリーディング<% end %>

<ol class="breadcrumb pull-right">
  <li><%= link_to 'TOP', top_path %></li>
  <li class="active">スラッシュリーディング</li>
</ol>

<h1 class="page-header">スラッシュリーディング</h1>
<div class="panel panel-inverse">
  <div class="panel-heading">
    <h4 class="panel-title fl">スラッシュリーディング</h4>
    <h4 class="panel-title pull-right" style="font-size: 10px;">授業内容が含まれる為、授業終了後にご利用下さい。</h4>
  </div>
  <div class="panel-body">
    <table class="table table-hover">
      <thead>
        <tr>
          <th>CLASS</th>
          <th>TITLE</th>
        </tr>
      </thead>
      <tbody>
        <% @exercises.each do |exercise| %>
        <tr>
         <td><%= exercise.group.name %></td>
         <td><%= link_to exercise.title, exercise_path(exercise) %></td>
        </tr>
        <% end %>
      </tbody>
    </table>
  </div>
</div>
