diff --git a/history/information.go b/history/information.go index 5c39cbf..3d8342e 100644 --- a/history/information.go +++ b/history/information.go @@ -141,7 +141,7 @@ func (rev *Revision) asHistoryEntry(hyphaName string) (html string) { author := "" if rev.Username != "anon" { author = fmt.Sprintf(` - by
  • Cancel + Cancel {%s= Toolbar(user.FromRequest(rq)) %} @@ -100,7 +100,7 @@
    - Cancel + Cancel

    Note that the hypha is not saved yet. You can preview the changes ↓

    {%s= renderedPage %}
    diff --git a/views/mutators.qtpl.go b/views/mutators.qtpl.go index ade7926..7664ce6 100644 --- a/views/mutators.qtpl.go +++ b/views/mutators.qtpl.go @@ -207,7 +207,7 @@ func StreamEditHTML(qw422016 *qt422016.Writer, rq *http.Request, hyphaName, text
    - -
    diff --git a/views/readers.qtpl.go b/views/readers.qtpl.go index fd58941..ef8d7d1 100644 --- a/views/readers.qtpl.go +++ b/views/readers.qtpl.go @@ -241,7 +241,7 @@ func StreamHyphaHTML(qw422016 *qt422016.Writer, rq *http.Request, h *hyphae.Hyph qw422016.N().S(` `) //line views/readers.qtpl:83 - StreamNavHTML(qw422016, rq, h.Name, "page") + StreamNavHTML(qw422016, rq, h.Name, "hypha") //line views/readers.qtpl:83 qw422016.N().S(`
    @@ -119,7 +119,7 @@ for u := range user.YieldUsers() {
  • Administrators: {%- for i, username := range user.ListUsersWithGroup("admin") -%} {%- if i > 0 -%} {%- endif -%} - {%s username %}{%- endfor -%}
  • + {%s username %}{%- endfor -%} {%- else -%}
  • This wiki does not use authorization
  • {%- endif -%} diff --git a/views/stuff.qtpl.go b/views/stuff.qtpl.go index 14309cc..3696e10 100644 --- a/views/stuff.qtpl.go +++ b/views/stuff.qtpl.go @@ -175,7 +175,7 @@ func StreamUserListHTML(qw422016 *qt422016.Writer) { for _, name := range admins { //line views/stuff.qtpl:70 qw422016.N().S(` -
  • %s. Go back to the hypha.

    `, + `

    %s. Go back to the hypha.

    `, errMsg, name, ),