summaryrefslogtreecommitdiff
path: root/views/controls/editor
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-11-04 15:44:45 -0500
committerJules Laplace <jules@okfoc.us>2014-11-04 15:44:45 -0500
commit3d8490dacba1b3020b9e1dd926ce99edfee48375 (patch)
tree270572b3b6bbd2b9a6e2bb783735a1165a141566 /views/controls/editor
parent43b211e416fb7154079586de7b75807bd1a5ac28 (diff)
toggle map link in settings
Diffstat (limited to 'views/controls/editor')
-rw-r--r--views/controls/editor/settings.ejs10
1 files changed, 9 insertions, 1 deletions
diff --git a/views/controls/editor/settings.ejs b/views/controls/editor/settings.ejs
index 8443abb..197ad43 100644
--- a/views/controls/editor/settings.ejs
+++ b/views/controls/editor/settings.ejs
@@ -14,13 +14,21 @@
</a>
<a href="#" class="modalLink" id="goText"><span>(go there)</span></span>
</div>
+
<div class="setting">
<a href="#" class="modalLink" data-role='show-collaborators'>
<span class="ion-ios7-plus-outline"></span>
Add Collaborators
</a>
</div>
-
+
+ <div class="setting">
+ <a href="#" class="modalLink" data-role='toggle-map'>
+ <span class="ion-map"></span>
+ Edit map
+ </a>
+ </div>
+
<div class="setting">
<input type="text" name="name" placeholder="room name">
</div>