diff options
Diffstat (limited to 'views/controls/reader')
| -rw-r--r-- | views/controls/reader/about-room.ejs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/views/controls/reader/about-room.ejs b/views/controls/reader/about-room.ejs index e13f363..ab8fee6 100644 --- a/views/controls/reader/about-room.ejs +++ b/views/controls/reader/about-room.ejs @@ -4,18 +4,18 @@ <a href="[[- authorlink ]]">[[- author ]]</a> </h1> [[ if (description) { ]] - <span class="txt">[[- description ]]</span> + <span class="txt">[[- description ]]</span><br> [[ } ]] - <h2> - Last modified [[- date ]] + + <span class="txt">Last modified [[- date ]]</span> + [[ if (canEdit) { ]] - <a href="[[- editlink ]]" class="btn warn marg">Edit Room</a> + <br> <a href="[[- editlink ]]" class="btn warn marg">Edit Room</a> [[ } ]] - </h2> </div> <div class="share"> - <h2>Share this on–</h2> + <h2>Share on–</h2> <a href="#">Facebook</a> <a href="#">Twitter</a> </div> |
