summaryrefslogtreecommitdiff
path: root/views/controls/reader
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-06-23 15:32:14 -0400
committerJules Laplace <jules@okfoc.us>2014-06-23 15:32:14 -0400
commitb97f3d39ac0e387385aae2685dbe830ee53a686c (patch)
tree03c8df81703e552851af9e4096ee7deb488f7381 /views/controls/reader
parent0b3ccda85b46183bd17cb765ab20bddeeae1a2e9 (diff)
parentb0ab3271996d542e718e8e3fc910053d60cf81f6 (diff)
merge
Diffstat (limited to 'views/controls/reader')
-rw-r--r--views/controls/reader/about-room.ejs14
1 files changed, 14 insertions, 0 deletions
diff --git a/views/controls/reader/about-room.ejs b/views/controls/reader/about-room.ejs
new file mode 100644
index 0000000..f990da8
--- /dev/null
+++ b/views/controls/reader/about-room.ejs
@@ -0,0 +1,14 @@
+<div class="aboutRoom vvbox">
+ <h1>
+ [[- name ]],<br>
+ <a href="[[- authorlink ]]">[[- author ]]</a>
+ </h1>
+ <h2>Last modified [[- date ]]</h2>
+ <span>[[- description ]]</span>
+</div>
+
+<div class="share">
+ <h2>Share this on–</h2>
+ <a href="#">Facebook</a>
+ <a href="#">Twitter</a>
+</div>