aboutsummaryrefslogtreecommitdiff
path: root/server/app/views/chat.scala.html
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-11-14 14:32:13 -0800
committerJakob Odersky <jakob@odersky.com>2016-11-14 14:32:13 -0800
commit9fce0a2be362a2cbd5d78b1ab5b0c13d6f47e89a (patch)
tree8e89229cbb4cbcdcf64a265635dfb34631c227ad /server/app/views/chat.scala.html
parent1a0b4bd23ac1b49ddb2f2bbbaf0dde1f9156be18 (diff)
downloadplay-scalajs-chat-master.tar.gz
play-scalajs-chat-master.tar.bz2
play-scalajs-chat-master.zip
More docs and styleHEADmaster
Diffstat (limited to 'server/app/views/chat.scala.html')
-rw-r--r--server/app/views/chat.scala.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/app/views/chat.scala.html b/server/app/views/chat.scala.html
index 3a1fa30..d54025f 100644
--- a/server/app/views/chat.scala.html
+++ b/server/app/views/chat.scala.html
@@ -1,7 +1,7 @@
@(uid: String)
-@main("Welcome to Chat") {
- <main id="root">
+@main("Chatterbox " + uid) {
+ <main id="root" width="100%" height="100%">
Loading
</main>
<script src="@routes.Assets.versioned("client-fastopt.js")" type="text/javascript"></script>