Last active
December 22, 2015 23:19
-
-
Save spundun/6545461 to your computer and use it in GitHub Desktop.
emblem-rails not putting a space between title and "by". Trying to emulate the template from Tom Dale's screencast http://www.youtube.com/watch?v=1QHrlFlaXdI&t=9m53s
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
| .container-fluid | |
| .row-fluid | |
| .span3 | |
| table.table | |
| thead | |
| tr | |
| th | |
| | Recent Posts | |
| each | |
| tr | |
| td | |
| =title | |
| small.muted by #{author.name} | |
| .span9 | |
| = outlet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

