|
|
@@ -2,6 +2,16 @@
|
|
|
<div class="ui grid">
|
|
|
<div class="column">
|
|
|
<div class="ui left floated header infobar text">
|
|
|
+ {{if or .IsAdmin .IsStaff .IsIntern}}
|
|
|
+ <span class="adminbar align">
|
|
|
+ Version <span class="adminbar embed">{{AppVer}}</span>
|
|
|
+ </span>
|
|
|
+
|
|
|
+ <span class="adminbar align hide-mobile">
|
|
|
+ Render
|
|
|
+ <span class="adminbar embed">{{LoadTimes .PageStartTime}}</span>
|
|
|
+ </span>
|
|
|
+ {{end}}
|
|
|
<span class="infobar align">
|
|
|
<span class="infobar heart">❤</span>
|
|
|
<span id="expansion" class="infobar expansion" onclick="document.getElementById('expansion').innerHTML = nextWord();">Get Into Text</span>
|
|
|
@@ -20,6 +30,20 @@
|
|
|
<a href="{{AppURL}}contact">
|
|
|
<span class="infobar">Support</span>
|
|
|
</a>
|
|
|
+ {{if or .IsAdmin .IsStaff .IsIntern}}
|
|
|
+ <div class="ui dropdown">
|
|
|
+ {{if .Lab}}<i class="octicon octicon-pulse"></i>
|
|
|
+ {{else}}<i class="octicon octicon-squirrel"></i>
|
|
|
+ {{end}}
|
|
|
+ </div>
|
|
|
+ <span class="adminbar align hide-mobile">
|
|
|
+ {{if .Lab}}Gitote:Lab{{else}}Gitote:Prod{{end}}
|
|
|
+ </span>
|
|
|
+
|
|
|
+ <span class="adminbar divider hide-mobile"></span>
|
|
|
+
|
|
|
+ <span>{{GoVer}}</span>
|
|
|
+ {{end}}
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|