summaryrefslogtreecommitdiff
path: root/views/controls/editor/collaborators.ejs
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-08-25 13:12:27 -0400
committerJules Laplace <jules@okfoc.us>2014-08-25 13:40:12 -0400
commit099dfd16940c62e931bf01e7f62b7a45f2b8c654 (patch)
treeb10d4dc452d01783619966a43ea10decc75e4344 /views/controls/editor/collaborators.ejs
parent4ef340497ef24bb2ecacb2c9c4106c24515c874f (diff)
collaborators api
Diffstat (limited to 'views/controls/editor/collaborators.ejs')
-rw-r--r--views/controls/editor/collaborators.ejs21
1 files changed, 21 insertions, 0 deletions
diff --git a/views/controls/editor/collaborators.ejs b/views/controls/editor/collaborators.ejs
new file mode 100644
index 0000000..448b6d4
--- /dev/null
+++ b/views/controls/editor/collaborators.ejs
@@ -0,0 +1,21 @@
+<div class="collaborators fixed animate">
+ <span class="close">X</span>
+
+ <ul id="collaborator-list">
+ <li>
+ <div class="avatar"></div>
+ <span class="username"></span>
+ <button class="remove-user">Remove</button>
+ </li>
+ </ul>
+
+ <div>
+ To invite others to contribute to this project, submit their email address below. They'll receive an email with instructions to join this blog and register if they're not a Vvalls user yet.
+ </div>
+
+ <form>
+ <input type="text" id="collaborator-email">
+ <button id="collaborator-invite">Invite to this project</button>
+ </form>
+
+</div>