Merge pull request #43 from cloudflare/version-ui

Show version string instead of 'Settings' label
This commit is contained in:
Łukasz Mierzwa
2017-04-06 12:45:59 -07:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -69,8 +69,8 @@
<i id="menu" class="fa fa-bars"></i>
</a>
<ul class="dropdown-menu dropdown-menu-form">
<li class="dropdown-header text-center">
Settings
<li class="dropdown-header text-center" id="version">
{{ .Version }}
</li>
<li class="text-nowrap dropdown-switch">
<div class="checkbox">

File diff suppressed because one or more lines are too long