Skip to content

Commit

Permalink
code review, simplify equal comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
tanyaparker committed Feb 27, 2016
1 parent 2c89ac0 commit f5a3e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pegasus/sites.v3/code.org/views/course_block.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- if id.eql? "applab"
- if id == "applab"
- url = CDO.code_org_url("/educate/#{id}")
- cta = I18n.t(:make_app)
- else
Expand Down

0 comments on commit f5a3e7a

Please sign in to comment.