diff options
Diffstat (limited to 'views/projects/layouts-modal.ejs')
| -rw-r--r-- | views/projects/layouts-modal.ejs | 8 |
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> |
