Added infinite scrolling to companies

This commit is contained in:
2018-03-13 23:06:16 +01:00
parent 3e2594ab9f
commit 40e2c43a8d
12 changed files with 64 additions and 63 deletions

View File

@ -11,7 +11,7 @@ import (
const maxDescriptionLength = 170
// Get company.
// Get renders a company page.
func Get(ctx *aero.Context) string {
user := utils.GetUser(ctx)
id := ctx.Get("id")