Skip to content

Commit

Permalink
swaps instructor completed and incomplete tables
Browse files Browse the repository at this point in the history
  • Loading branch information
seadaily committed Mar 17, 2012
1 parent 35548e5 commit 8c0895a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions app/views/dashboard/staff2.html.erb
Expand Up @@ -4,18 +4,8 @@
<p>List of instructors with complete and uncomplete courses</p>
</div>
<div class="row">
<div class="span5 alert alert-success">
<h4>Instructors with all complete classes</h4><br>
<div class="mini-layout">
<ul>
<% @greenInstructors.each do |inst| %>
<li><%= inst.name %></li>
<% end %>
</ul>
</div>
</div>
<div class="span5 alert alert-error">
<h4>Instructors with uncomplete classes</h4><br>
<h4>Instructors with incomplete classes</h4><br>
<div class="mini-layout">
<ul>
<% @redInstructors.each do |inst_offr| %>
Expand All @@ -38,5 +28,15 @@
</ul>
</div>
</div>
<div class="span5 alert alert-success">
<h4>Instructors with all complete classes</h4><br>
<div class="mini-layout">
<ul>
<% @greenInstructors.each do |inst| %>
<li><%= inst.name %></li>
<% end %>
</ul>
</div>
</div>
</div>
</div>

0 comments on commit 8c0895a

Please sign in to comment.