diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2019-02-27 17:30:10 -0500 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-02-27 17:30:10 -0500 |
| commit | 45d9a5bc32aa5d5aa7695c4e6576f3c42f24c5c9 (patch) | |
| tree | 524239185abfa5f857e7360d416c73c60a17112c /views | |
| parent | 58858f2f4158e3de3e4d1dddbc85bad8e7edb7f9 (diff) | |
clean up
Diffstat (limited to 'views')
| -rw-r--r-- | views/workspace.pug | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/views/workspace.pug b/views/workspace.pug deleted file mode 100644 index 8bbc3e02c..000000000 --- a/views/workspace.pug +++ /dev/null @@ -1,13 +0,0 @@ - -extends ./layout - -block content - style - include ./stylesheets/authentication.css - form.form-horizontal(id='workspace-form', method='POST', action='/home') - input(type='hidden', name='_csrf', value=_csrf) - .overlay(id='overlay_workspaces') - h3.workspace-header Select A Workspace - ul.workspaceList - each val, index in ids - li.workspaceId(onclick='console.log("' + val + '")')= (index + 1) + ') ' + val
\ No newline at end of file |
