Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
pikesley committed Feb 24, 2016
1 parent a89ed1d commit 4b9e7e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/presenters/glucose_measurement_presenter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ def units

def highlight_class
return 'bg-high' if is_high
return 'bg-high' if model.value > 8
return 'bg-low' if is
return 'bg-low' if is_low
end

def is_high
Expand Down

0 comments on commit 4b9e7e3

Please sign in to comment.