Created
August 19, 2011 19:46
-
-
Save ryankshaw/1157812 to your computer and use it in GitHub Desktop.
debug markdown
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
| # run this in script/console | |
| include TextHelper | |
| def t(key,default, options={}) | |
| I18n.translate(key, default, options) | |
| end | |
| mt 'instructions.syllabus', <<-DOC | |
| The syllabus page shows a table-oriented view of the course schedule, and the basics of | |
| course grading. You can add any other comments, notes, or thoughts you have about the course | |
| structure, course policies or anything else. | |
| To add some comments, click the "Edit Syllabus Description" link to the right. | |
| DOC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment