Accidentally broke old header
This commit is contained in:
parent
e06666a570
commit
9537917a8e
|
@ -41,6 +41,7 @@ func (bd *BaseData) AddImmediateNotice(class, content string) {
|
||||||
|
|
||||||
type Header struct {
|
type Header struct {
|
||||||
AdminApprovalQueueUrl string
|
AdminApprovalQueueUrl string
|
||||||
|
AdminUrl string // TODO(redesign): Remove this once we get rid of the old header
|
||||||
UserProfileUrl string
|
UserProfileUrl string
|
||||||
UserSettingsUrl string
|
UserSettingsUrl string
|
||||||
LogoutUrl string
|
LogoutUrl string
|
||||||
|
|
Reference in New Issue