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

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