summaryrefslogtreecommitdiff
path: root/views/controls
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls')
-rw-r--r--views/controls/builder/toolbar.ejs2
-rw-r--r--views/controls/reader/about-room.ejs14
2 files changed, 15 insertions, 1 deletions
diff --git a/views/controls/builder/toolbar.ejs b/views/controls/builder/toolbar.ejs
index b55911b..98aee1e 100644
--- a/views/controls/builder/toolbar.ejs
+++ b/views/controls/builder/toolbar.ejs
@@ -18,7 +18,7 @@
<span
data-role='destroy-mode'
data-info="delete"
- class="icon-close"></span>
+ class="icon-ios7-trash-outline"></span>
<!--
<span
data-role='undo'
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>