From 503fa840ab8c36a38ec14485fc9a1f54d5ff38cf Mon Sep 17 00:00:00 2001 From: AbdullRahman ElHusseini Date: Thu, 24 Apr 2014 12:44:04 +0200 Subject: [PATCH] Issue #208 fixing indentation --- tutor/app/views/tracks/show.html.erb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tutor/app/views/tracks/show.html.erb b/tutor/app/views/tracks/show.html.erb index b67fd591..b1453998 100644 --- a/tutor/app/views/tracks/show.html.erb +++ b/tutor/app/views/tracks/show.html.erb @@ -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 %>