move shops to new page; live vs mock navbar
This commit is contained in:
@@ -196,7 +196,7 @@ func (s *accountSubrouter) setOrderOfPlatformOnAccountPage(c *gin.Context) (resp
|
||||
)
|
||||
|
||||
err := param.Path("platform", param.Platform(&platform)).
|
||||
Form("orderIndex", param.Int(&orderIndex)).
|
||||
Form("order-index", param.Int(&orderIndex)).
|
||||
Unmarshal(c)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
||||
@@ -84,6 +84,9 @@ func Routes(
|
||||
}
|
||||
return strings.Join(us, " ")
|
||||
},
|
||||
"hasPrefix": func(s, prefix string) bool {
|
||||
return strings.HasPrefix(s, prefix)
|
||||
},
|
||||
|
||||
// arithmetic
|
||||
"addInt": func(a, b int) int {
|
||||
|
||||
Reference in New Issue
Block a user