summaryrefslogtreecommitdiff
path: root/contrib/twirllib
diff options
context:
space:
mode:
authorGuillaume Grossetie <ggrossetie@gmail.com>2018-06-28 16:36:59 +0200
committerTobias Roeser <le.petit.fou@web.de>2019-02-14 17:45:16 +0100
commitfc18309865baf869d9c6f7ff7879f33f4cc122e6 (patch)
tree45c3c5bc36c04d0d7774017d8d5fe33e8e6db6be /contrib/twirllib
parentc29b678085b9417d55ea4e225786f99568cfeeb1 (diff)
downloadmill-fc18309865baf869d9c6f7ff7879f33f4cc122e6.tar.gz
mill-fc18309865baf869d9c6f7ff7879f33f4cc122e6.tar.bz2
mill-fc18309865baf869d9c6f7ff7879f33f4cc122e6.zip
Create a Play! module to compile the router
Diffstat (limited to 'contrib/twirllib')
-rw-r--r--contrib/twirllib/test/resources/hello-world/core/views/hello.scala.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/twirllib/test/resources/hello-world/core/views/hello.scala.html b/contrib/twirllib/test/resources/hello-world/core/views/hello.scala.html
deleted file mode 100644
index 3603fe07..00000000
--- a/contrib/twirllib/test/resources/hello-world/core/views/hello.scala.html
+++ /dev/null
@@ -1,6 +0,0 @@
-@this(title: String)
-<html>
- <body>
- <h1>@title</h1>
- </body>
-</html> \ No newline at end of file