diff options
Diffstat (limited to 'views/controls')
| -rw-r--r-- | views/controls/reader/about-room.ejs | 16 |
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> + |
