7 lines
298 B
Plaintext
Raw Normal View History

2017-07-22 13:04:54 +00:00
component StatusTabs(urlPrefix string)
2017-10-02 12:56:51 +00:00
.tabs
Tab("Watching", "play", urlPrefix + "/watching")
Tab("Completed", "check", urlPrefix + "/completed")
Tab("Planned", "forward", urlPrefix + "/planned")
Tab("On Hold", "pause", urlPrefix + "/hold")
Tab("Dropped", "stop", urlPrefix + "/dropped")