Skip to content

Commit

Permalink
Updated web interface to include v4 checks and set new default version
Browse files Browse the repository at this point in the history
  • Loading branch information
naz committed Sep 6, 2019
1 parent 9f52b13 commit d22eb8e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/tpl/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
<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="v3">{{ghostVersions.v3.major}} (canary)</option>
<option value="v2" selected>{{ghostVersions.v2.major}} (latest)</option>
<option value="v4">{{ghostVersions.v4.major}} (canary)</option>
<option value="v3" selected>{{ghostVersions.v3.major}} (latest)</option>
<option value="v2">{{ghostVersions.v2.major}}</option>
<option value="v1">{{ghostVersions.v1.major}}</option>
</select>
</div>
Expand Down

0 comments on commit d22eb8e

Please sign in to comment.