Skip to content

Commit

Permalink
✨ Added "canary" option to check against in web interface
Browse files Browse the repository at this point in the history
  • Loading branch information
naz committed Sep 4, 2019
1 parent f0aa341 commit fb20567
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/tpl/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<span class="gh-input-icon select-arrow">{{> icon-arrow-up}}</span>
<span class="gh-input-icon select-arrow active">{{> icon-arrow-down}}</span>
<select class="gh-input gh-select" name="version" id="version">
<option value="canary">{{ghostVersions.canary.major}} (canary)</option>
<option value="latest" selected>{{ghostVersions.latest.major}} (latest)</option>
<option value="v1">{{ghostVersions.v1.major}}</option>
</select>
Expand Down

0 comments on commit fb20567

Please sign in to comment.