17 lines
572 B
Plaintext
Raw Normal View History

component CompaniesEditorList(companies []*arn.Company, count int, url string)
EditorTabs(url)
h1.editor-list-title.mountable Companies without a description
.footer.editor-list-entry-count.mountable= strconv.Itoa(count) + " companies"
table
thead
tr.mountable
th Name
th Search
tbody
each company in companies
tr.mountable
td
a(href=company.Link(), target="_blank", rel="noopener")= company.Name.English
td
a(href="https://en.wikipedia.org/w/index.php?search=" + company.Name.English, target="_blank", rel="noopener") 🔍