Skip to content

Instantly share code, notes, and snippets.

@spundun
Last active December 22, 2015 23:19
Show Gist options
  • Select an option

  • Save spundun/6545461 to your computer and use it in GitHub Desktop.

Select an option

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
.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