Skip to content

Commit

Permalink
Merge pull request #164 from mohammad-binary/mohammad/fix_schema_pres…
Browse files Browse the repository at this point in the history
…entation

mohammad/fix_schema_presentation
  • Loading branch information
negar-binary authored Jul 29, 2020
2 parents 6784dcf + 6417d7f commit e0e3981
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docson/box.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@
<div class="box-title" ref="{{__ref}}">
{{#name this}}<div class="box-name {{#if root}}title{{/if}}">{{__name}}</div>{{/name}}
<div class="box-description desc">{{desc this}}</div>
{{#if auth_required }}
{{#if auth_required }}
<div class="scopes">Auth Required:
{{#each auth_scopes }}
{{#each auth_scopes }}
<span class="type-enum">{{this}}</span>
{{/each}}

</div>
{{/if}}
<div class="end"></div>
Expand Down Expand Up @@ -161,5 +160,5 @@
{{source this}}</pre>
</div>
</div>
<div class="end"/>
<div class="end"></div>
{{/scope}}

0 comments on commit e0e3981

Please sign in to comment.