Skip to content

Instantly share code, notes, and snippets.

@rondale-sc
Created August 5, 2015 01:20
Show Gist options
  • Select an option

  • Save rondale-sc/c990299fd529ec09e4fd to your computer and use it in GitHub Desktop.

Select an option

Save rondale-sc/c990299fd529ec09e4fd to your computer and use it in GitHub Desktop.
#home
.container
%ul.episodes
- each model as |episode index|
%li
-if episode.playing
%a.play(href="/pause" ){action "pause"}
.play-button
=fa-icon "pause"
-else
%a.play(href="/play"){action "play" episode}
.play-button
=fa-icon "play"
-link-to "episodes.show" episode class="details"
%h1=episode.title
%p Episode #{episode.number} • #{episode.releaseDate}
=fa-icon "angle-right"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment