mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
anon mode: login nav link aligned correctly
This commit is contained in:
parent
ca027a593d
commit
f58ae4ca51
3 changed files with 11 additions and 8 deletions
|
@ -9,7 +9,6 @@
|
|||
//
|
||||
// https://documize.com
|
||||
|
||||
// Package extensions represents Enterprise Edition capabilities.
|
||||
package core
|
||||
|
||||
import "fmt"
|
||||
|
@ -31,7 +30,7 @@ func Product() (p ProdInfo) {
|
|||
p.Patch = "0"
|
||||
p.Version = fmt.Sprintf("%s.%s.%s", p.Major, p.Minor, p.Patch)
|
||||
p.Edition = "Community"
|
||||
p.Title = fmt.Sprintf("Documize %s Edition", p.Edition)
|
||||
p.Title = fmt.Sprintf("%s Edition", p.Edition)
|
||||
|
||||
return p
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue