2017-10-02 12:56:51 +00:00
|
|
|
component Tab(label string, icon string, url string)
|
2018-11-12 10:48:54 +00:00
|
|
|
a.tab.action(href=url, data-action="diff", data-trigger="click", aria-label=label, dropzone="move")
|
2017-10-02 12:56:51 +00:00
|
|
|
Icon(icon)
|
|
|
|
span.tab-text= label
|