Skip to content

Instantly share code, notes, and snippets.

@GirlBossRush
Created April 24, 2014 08:11
Show Gist options
  • Select an option

  • Save GirlBossRush/11246061 to your computer and use it in GitHub Desktop.

Select an option

Save GirlBossRush/11246061 to your computer and use it in GitHub Desktop.
<div class="content-primary">
<section class="column study-all">
button
<% if %>
count
<% else %>
don't have any
no-items-to-study
<% end %>
</section>
<section class="column review-all">
button
<% if %>
count
<% else %>
no-items-to-review
<% end %>
</section>
<section class="column item-stats">
<ul>
<li class="stat strong">
<span></span>
</li>
<li class="stat weak"></li>
<span></span>
</ul>
</section>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment