summaryrefslogtreecommitdiff
path: root/views/controls/reader/about-room.ejs
blob: c0ca9f7873363f8b2e08237da5517b46747aa498 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<div class="aboutRoom vvbox">
	<h1>
		[[- name ]],
		<a href="[[- authorlink ]]">[[- author ]]</a>
	</h1>
	[[ if (description) { ]]
	<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) { ]]
	   <a href="[[- editlink ]]" class="btn warn marg">Edit Room</a>
	  [[ } ]]
</div>