Move requests & workspaces templates into directories

This commit is contained in:
Patrick Smith
2018-09-06 10:52:17 -04:00
parent 011a5371b5
commit 00e91ba789
18 changed files with 28 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
{% extends 'requests_new.html' %}
{% extends 'requests/_new.html' %}
{% from "components/alert.html" import Alert %}
{% from "components/text_input.html" import TextInput %}

View File

@@ -1,4 +1,4 @@
{% extends 'requests_new.html' %}
{% extends 'requests/_new.html' %}
{% from "components/alert.html" import Alert %}
{% from "components/text_input.html" import TextInput %}

View File

@@ -1,4 +1,4 @@
{% extends 'requests_new.html' %}
{% extends 'requests/_new.html' %}
{% from "components/alert.html" import Alert %}
{% from "components/text_input.html" import TextInput %}

View File

@@ -2,7 +2,7 @@
<span class='label label--error'>Response Required</span>
{%- endmacro %}
{% extends 'requests_new.html' %}
{% extends 'requests/_new.html' %}
{% from "components/alert.html" import Alert %}
{% from "components/text_input.html" import TextInput %}

View File

@@ -1,4 +1,4 @@
{% extends "base_workspace.html" %}
{% extends "workspaces/base.html" %}
{% from "components/empty_state.html" import EmptyState %}
{% from "components/alert.html" import Alert %}

View File

@@ -2,7 +2,7 @@
{% from "components/alert.html" import Alert %}
{% from "components/empty_state.html" import EmptyState %}
{% extends "base_workspace.html" %}
{% extends "workspaces/base.html" %}
{% block workspace_content %}

View File

@@ -4,7 +4,7 @@
{% from "components/tooltip.html" import Tooltip %}
{% from "components/alert.html" import Alert %}
{% extends "base_workspace.html" %}
{% extends "workspaces/base.html" %}
{% block workspace_content %}

View File

@@ -1,4 +1,4 @@
{% extends "base_workspace.html" %}
{% extends "workspaces/base.html" %}
{% from "components/alert.html" import Alert %}
{% from "components/icon.html" import Icon %}