summaryrefslogtreecommitdiff
path: root/views/controls
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-10-03 15:06:15 -0400
committerryderr <r@okfoc.us>2014-10-03 15:06:15 -0400
commit0250ce5260ce75f7c4337693b4e8e7f434e29458 (patch)
treed24f62dd0879dd26fdff8b22bb983528a54a6a6a /views/controls
parentfcc4e13668fb8c8a9797551e3d33132fa0156973 (diff)
share thing to not go over keys thing
Diffstat (limited to 'views/controls')
-rw-r--r--views/controls/reader/about-room.ejs16
1 files changed, 9 insertions, 7 deletions
diff --git a/views/controls/reader/about-room.ejs b/views/controls/reader/about-room.ejs
index ab8fee6..c0ca9f7 100644
--- a/views/controls/reader/about-room.ejs
+++ b/views/controls/reader/about-room.ejs
@@ -4,18 +4,20 @@
<a href="[[- authorlink ]]">[[- author ]]</a>
</h1>
[[ if (description) { ]]
- <span class="txt">[[- description ]]</span><br>
+ <span class="txt">[[- description ]]</span>
[[ } ]]
<span class="txt">Last modified [[- date ]]</span>
+ <div class="share">
+ <h2>Share on–</h2>
+ <a href="#">Facebook</a>
+ <a href="#">Twitter</a>
+ </div>
+
[[ if (canEdit) { ]]
- <br> <a href="[[- editlink ]]" class="btn warn marg">Edit Room</a>
+ <a href="[[- editlink ]]" class="btn warn marg">Edit Room</a>
[[ } ]]
</div>
-<div class="share">
- <h2>Share on–</h2>
- <a href="#">Facebook</a>
- <a href="#">Twitter</a>
-</div>
+