Add workspaces blank screen
This commit is contained in:
12
templates/workspaces_blank.html.to
Normal file
12
templates/workspaces_blank.html.to
Normal file
@@ -0,0 +1,12 @@
|
||||
{% extends "base.html.to" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<div class="usa-width-one-whole empty-state">
|
||||
<p>There are currently no JEDI workspaces</p>
|
||||
<a href="" class="usa-button">New Workspace</a>
|
||||
</div>
|
||||
|
||||
|
||||
{% end %}
|
||||
|
Reference in New Issue
Block a user