diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-10-08 17:40:23 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-10-08 17:40:23 -0400 |
| commit | 9d10f5c508a748a41bf85333eef620f4388956e7 (patch) | |
| tree | 5753564a0e4c9e862b9aee2a5c3b9cca114a469d /views/projects/layouts-modal.ejs | |
| parent | 2b71d785c9dd6a8741882c26bfc9caefebfc5b39 (diff) | |
| parent | 0db06769ef542eb9d62b53383d0abeff852bc5db (diff) | |
Merge branch 'master' of github.com:okfocus/vvalls
Diffstat (limited to 'views/projects/layouts-modal.ejs')
| -rw-r--r-- | views/projects/layouts-modal.ejs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/projects/layouts-modal.ejs b/views/projects/layouts-modal.ejs index dcc53e6..6f60d81 100644 --- a/views/projects/layouts-modal.ejs +++ b/views/projects/layouts-modal.ejs @@ -43,6 +43,9 @@ <div class="templates-list"> </div> + <form> + <input data-role="create-new-layout" class="button_text" type="submit" value="or make your own template"> + </form> </div> <div class="no-templates"> There are no room layouts available. Please <a href="/layout/new">create a new one.</a> |
