Skip to content

Commit

Permalink
Issue #208 fixing indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullRahman ElHusseini committed Apr 24, 2014
1 parent 0846397 commit 503fa84
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tutor/app/views/tracks/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
<% end %>
<% else %>
<% if @problems_status %>
<% if @problems_status[:success].include?(p) %>
<% color = "label label-success" %>
<% elsif @problems_status[:failure].include?(p) %>
<% color = "label label-warning" %>
<% else %>
<% color = "label label-default" %>
<% end %>
<% if @problems_status[:success].include?(p) %>
<% color = "label label-success" %>
<% elsif @problems_status[:failure].include?(p) %>
<% color = "label label-warning" %>
<% else %>
<% color = "label label-default" %>
<% end %>
<% end %>
<div class="panel panel-default">
<div class="panel-title list-group-item list-group-item-info"
Expand Down

0 comments on commit 503fa84

Please sign in to comment.