Added company editing UI
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
component CompanyPage(company *arn.Company, user *arn.User)
|
||||
CompanyTabs(company, user)
|
||||
|
||||
h1= company.Name.English
|
||||
|
||||
.company-description!= markdown.Render(company.Description)
|
||||
|
||||
component CompanyTabs(company *arn.Company, user *arn.User)
|
||||
.tabs
|
||||
Tab("Company", "building", company.Link())
|
||||
|
Reference in New Issue
Block a user