diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-08-25 18:15:40 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-08-25 18:15:40 -0400 |
| commit | 9257818363269a2893c1a7ee61adb497f749e38f (patch) | |
| tree | 4c387fd37bbe93d2bdd529757a055101c4ab6884 /views/controls/editor/settings.ejs | |
| parent | 124a698130f39992a1b47dcc8f32ef30c61a00eb (diff) | |
collab stuff 90% there
Diffstat (limited to 'views/controls/editor/settings.ejs')
| -rw-r--r-- | views/controls/editor/settings.ejs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/views/controls/editor/settings.ejs b/views/controls/editor/settings.ejs index 6f46be3..e4ec7ee 100644 --- a/views/controls/editor/settings.ejs +++ b/views/controls/editor/settings.ejs @@ -3,11 +3,17 @@ <input type="hidden" name="_id" value="new"> <div class="setting"> - <a href="#" id="startpoint"> + <a href="#" class="modalLink" id="startpoint"> <span class="icon-ios7-navigate-outline"></span> <span id="startText">Select Startpoint</span> <span id="moveText">Move to Desired Point</span></a> </div> + <div class="setting"> + <a href="#" class="modalLink" data-role='show-collaborators'> + <span class="icon-ios7-plus-outline"></span> + Add Collaborators + </a> + </div> <div class="setting"> <input type="text" name="name" placeholder="room name"> |
