diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-10-08 16:14:24 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-10-08 16:14:24 -0400 |
| commit | 2b658ce6a00dc4f20ea77a50b8cca61f56629a71 (patch) | |
| tree | 8c0b672d92cd7cdf11f08be9d280bbfa3c830656 /views/projects | |
| parent | 084769b40b5ab5dc8fa2f2dfa82d1ebc4ff41795 (diff) | |
templates-list
Diffstat (limited to 'views/projects')
| -rw-r--r-- | views/projects/layouts-modal.ejs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/views/projects/layouts-modal.ejs b/views/projects/layouts-modal.ejs index 24a83b7..8754617 100644 --- a/views/projects/layouts-modal.ejs +++ b/views/projects/layouts-modal.ejs @@ -4,6 +4,8 @@ <div class="templates"> <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> |
