Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
Add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojciech Możejko committed Sep 12, 2016
1 parent 9e1c6ac commit 2208f46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions components/method/response.tag
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<method-response>
<div class="ui secondary pointing menu js-tab">
<a class="item active" data-tab="schema-{ methodId }">
Schema
<i class="code icon"></i> Schema
</a>

<a class="item" data-tab="example-{ methodId }">
Example
<i class="info icon"></i> Example
</a>

<a class="item" data-tab="try-{ methodId }">
Try
<i class="eyedropper icon"></i> Try
</a>
</div>

Expand Down
4 changes: 3 additions & 1 deletion components/resource/resource.tag
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<resource>
<div class="ui row grid">
<div class="seven wide column">
<h1 class="ui dividing header">{ resource.displayName() }</h1>
<h1 class="ui dividing header">
{ resource.displayName() }
</h1>
</div>

<div class="nine wide column third-column"></div>
Expand Down

0 comments on commit 2208f46

Please sign in to comment.