Skip to content

Commit

Permalink
Unindent method Handlebars partials within constructor classes
Browse files Browse the repository at this point in the history
This is a same solution with #292 and #302. Fix #323.
  • Loading branch information
okuryu committed Apr 4, 2015
1 parent 10a89c2 commit f15e1ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion themes/default/partials/classes.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
{{#is_constructor}}
<div class="constructor">
<h2>Constructor</h2>
{{>method}}
{{>method}}
</div>
{{/is_constructor}}

Expand Down
2 changes: 1 addition & 1 deletion themes/simple/partials/classes.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

{{#if is_constructor}}
{{#is_constructor}}
{{>method}}
{{>method}}
{{/is_constructor}}
{{/if}}

Expand Down

0 comments on commit f15e1ee

Please sign in to comment.