study topics are in beta

This commit is contained in:
Thibault Duplessis 2020-02-26 11:20:48 -06:00
parent 3c09177d9b
commit b0121de29e

View file

@ -21,7 +21,7 @@ object topic {
main(cls := "page-menu")(
views.html.study.list.menu("topic", Order.Hot, mine.??(_.value)),
main(cls := "page-menu__content study-topics box box-pad")(
h1("Study topics"),
h1("Study topics [BETA]"),
myForm.map { form =>
postForm(cls := "form3", action := routes.Study.topics())(
form3.group(form("topics"), frag("Topics to organize your studies with"))(