diff --git a/views/about.html b/views/about.html index 3e6e6d2..65bae2e 100644 --- a/views/about.html +++ b/views/about.html @@ -3,12 +3,12 @@
{{ .AboutMsg }}

- +
-
version:{{ .HonkVersion }} -
memory:{{ printf "%.02f" .Sensors.Memory }}MB -
uptime:{{ printf "%.02f" .Sensors.Uptime }}s -
cputime:{{ printf "%.02f" .Sensors.CPU }}s +
version:{{ .HonkVersion }} +
memory:{{ printf "%.02f" .Sensors.Memory }}MB +
uptime:{{ printf "%.02f" .Sensors.Uptime }}s +
cputime:{{ printf "%.02f" .Sensors.CPU }}s

diff --git a/views/chatter.html b/views/chatter.html index 46cd451..c1ce4ee 100644 --- a/views/chatter.html +++ b/views/chatter.html @@ -1,4 +1,5 @@ {{ template "header.html" . }} +

@@ -10,14 +11,8 @@


- + -

{{ $chonkcsrf := .ChonkCSRF }} {{ range .Chatter }} @@ -59,7 +54,7 @@ chatter: {{ .Target }}


- + {{ end }} diff --git a/views/combos.html b/views/combos.html index 2d6650c..5a4362b 100644 --- a/views/combos.html +++ b/views/combos.html @@ -6,7 +6,7 @@ {{ range .Combos }}

-

{{ . }} +

{{ . }}

{{ end }} diff --git a/views/header.html b/views/header.html index 305e40c..8792e36 100644 --- a/views/header.html +++ b/views/header.html @@ -6,14 +6,11 @@ {{ if .LocalStyleParam }} {{ end }} - - +
{{ if .UserInfo }}
@@ -22,7 +19,7 @@
  • home
  • @me{{ if .UserInfo.Options.MeCount }}({{ .UserInfo.Options.MeCount }}){{ end }}
  • first -
  • +
  • combos
      @@ -39,7 +36,7 @@
    • honkers
    • filters
    • account -
    • +
    • more stuff
        @@ -59,7 +56,7 @@

      -

      top +

      top

      {{ else }}
      diff --git a/views/honk.html b/views/honk.html index 6fa0040..fdc6168 100644 --- a/views/honk.html +++ b/views/honk.html @@ -1,4 +1,4 @@ -
      +
      {{ $bonkcsrf := .BonkCSRF }} {{ $IsPreview := .IsPreview }} {{ $maplink := .MapLink }} @@ -30,7 +30,7 @@ {{ .What }} {{ .Date.Local.Format "02 Jan 2006 15:04 -0700" }} {{ if .Oonker }}
      - + {{ if $bonkcsrf }} original: {{ .Oondle }} {{ else }} @@ -40,14 +40,14 @@ original: {{ .Oondle }} {{ else }} {{ if .RID }}
      - + in reply to: {{ .RID }} {{ end }} {{ end }}
      {{ if $bonkcsrf }} -convoy: {{ .Convoy }} +convoy: {{ .Convoy }} {{ end }}
  • @@ -95,7 +95,7 @@ in reply to: {{ .RID }} {{ .Honk.Guesses }}

    {{ .Honk.Noise }} {{ else }} - + {{ end }} {{ end }} {{ if and $bonkcsrf (not $IsPreview) }} @@ -106,41 +106,41 @@ in reply to: {{ .RID }}

    {{ if .Honk.Public }} {{ if .Honk.IsBonked }} - + {{ else }} - + {{ end }} {{ else }} {{ end }} - - - + + + -