summaryrefslogtreecommitdiff
path: root/views/projects/layouts-modal.ejs
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-07-16 15:29:10 -0400
committerJules Laplace <jules@okfoc.us>2014-07-16 15:29:10 -0400
commite17d458b644fddccd522d0475f531b487c4d95ef (patch)
tree7e9e1fdd8913093ca2b2d8f73ea8290c6b8105d3 /views/projects/layouts-modal.ejs
parent5a5dc68dd2f9ae198864d7f25b4c9840dbe14d77 (diff)
some bugfixes.. info window for builder
Diffstat (limited to 'views/projects/layouts-modal.ejs')
-rw-r--r--views/projects/layouts-modal.ejs8
1 files changed, 8 insertions, 0 deletions
diff --git a/views/projects/layouts-modal.ejs b/views/projects/layouts-modal.ejs
index 75b2641..97f1e61 100644
--- a/views/projects/layouts-modal.ejs
+++ b/views/projects/layouts-modal.ejs
@@ -5,6 +5,9 @@
<div class="templates">
<h1>Edit Room Layouts</h1>
</div>
+ <div class="no-templates">
+ There are no room layouts available. Please <a href="/layout/new">create a new one.</a>
+ </div>
<form>
<input data-role="create-new-layout" class="button_text" type="submit" value="New Layout">
</form>
@@ -18,6 +21,8 @@
<div class="templates">
<h1>Your Projects</h1>
</div>
+ <div class="no-templates">
+ </div>
<form>
<input class="button_text" type="submit" value="New Project">
</form>
@@ -31,6 +36,9 @@
<div class="templates">
<h1>Choose Room Template</h1>
</div>
+ <div class="no-templates">
+ There are no room layouts available. Please <a href="/layout/new">create a new one.</a>
+ </div>
<form>
<input class="button_text" type="submit" value="Create Project">
</form>