Skip to content

Commit

Permalink
Updated simple theme
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Sep 7, 2011
1 parent 36f2314 commit 4ac0d94
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions themes/simple/partials/classes.handlebars
Expand Up @@ -6,6 +6,13 @@
{{/each}}
<br>
{{/if}}
{{#if extension_for}}
Extension For:
{{#each extension_for}}
<a href="{{this}}.html">{{this}}</a>
{{/each}}
<br>
{{/if}}
{{#if extends}}
Extends: {{#crossLink extends}}{{/crossLink}}<br>
{{/if}}
Expand Down

0 comments on commit 4ac0d94

Please sign in to comment.