This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vinod@vinod-Satellite-C50-A:~/projects/synapsify-webapp$ git diff | |
diff --git a/app/assets/javascripts/application.js b/app/assets/javascripts/application.js | |
index df6e0d8..63f1cd1 100644 | |
--- a/app/assets/javascripts/application.js | |
+++ b/app/assets/javascripts/application.js | |
@@ -38,3 +38,4 @@ | |
//= analysisHeader | |
//= uploadForm | |
//= require_tree | |
+//= require bootstrap/affix |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# One copy of any of the five books costs 8 EUR. If, however, you buy two | |
# different books from the series, you get a 5% discount on those two books. | |
# If you buy 3 different books, you get a 10% discount. With 4 different | |
# books, you get a 20% discount. If you go the whole hog, and buy all 5, you | |
# get a huge 25% discount. | |
# Note that if you buy, say, four books, of which 3 are different titles, you | |
# get a 10% discount on the 3 that form part of a set, but the fourth book | |
# still costs 8 EUR. |