summaryrefslogtreecommitdiff
path: root/views/controls/reader/about-room.ejs
blob: 2aa244b309270b6b167190a76772e7ca3dd44bd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div class="aboutRoom vvbox">
	<h1>
		[[- name ]],<br>
		<a href="[[- authorlink ]]">[[- author ]]</a>
	</h1>
	<h2>
	  Last modified [[- date ]]
	  [[ if (canEdit) { ]]
	    &middot; <a href="[[- editlink ]]" class="editlink">Edit</a>
	  [[ } ]]
	</h2>
	<span>[[- description ]]</span>
</div>

<div class="share">
	<h2>Share this on–</h2>
	<a href="#">Facebook</a>
	<a href="#">Twitter</a>
</div>