17 lines
611 B
Plaintext
Raw Normal View History

2018-03-23 00:43:45 +00:00
component CompaniesEditorList(companies []*arn.Company, count int, url string, user *arn.User)
EditorTabs(url, user)
2018-03-22 19:15:21 +00:00
h1.editor-list-page-title.mountable Companies without a description
.footer.editor-list-entry-count.mountable= strconv.Itoa(count) + " companies"
2018-03-22 19:15:21 +00:00
table.editor-list
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") 🔍