Skip to content

Commit

Permalink
Include the wrapLinks html, duh
Browse files Browse the repository at this point in the history
  • Loading branch information
queso committed Mar 28, 2014
1 parent 7a3296c commit 7fb0e8e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions client/views/accountButtons/_wrapLinks.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<template name="wrapLinks">
<li>
{{> UI.contentBlock}}
</li>
</template>

<template name="noWrapLinks">
{{> UI.contentBlock}}
</template>

0 comments on commit 7fb0e8e

Please sign in to comment.