diff options
Diffstat (limited to 'views/projects/layouts-modal.ejs')
| -rw-r--r-- | views/projects/layouts-modal.ejs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/views/projects/layouts-modal.ejs b/views/projects/layouts-modal.ejs index ee48217..8754617 100644 --- a/views/projects/layouts-modal.ejs +++ b/views/projects/layouts-modal.ejs @@ -3,7 +3,9 @@ <div class="box"> <div class="templates"> - <h3>Edit Room Layouts</h3> + <h1>Edit Room Layouts</h1> + <div class="templates-list"> + </div> </div> <div class="no-templates"> There are no room layouts available. Please <a href="/layout/new">create a new one.</a> @@ -20,6 +22,8 @@ <div class="templates"> <h1>Your Projects</h1> + <div class="templates-list"> + </div> </div> <div class="no-templates"> </div> @@ -35,6 +39,8 @@ <h2>Choose Room Template</h2> <div class="templates"> + <div class="templates-list"> + </div> </div> <div class="no-templates"> There are no room layouts available. Please <a href="/layout/new">create a new one.</a> |
