Created
April 24, 2014 08:11
-
-
Save GirlBossRush/11246061 to your computer and use it in GitHub Desktop.
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
| <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