mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 08:11:20 +00:00
Expand webhook code.
This commit is contained in:
12
resources/views/webhooks/create.twig
Normal file
12
resources/views/webhooks/create.twig
Normal file
@@ -0,0 +1,12 @@
|
||||
{% set VUE_SCRIPT_NAME = 'webhooks/create' %}
|
||||
{% extends './layout/default' %}
|
||||
{% block breadcrumbs %}
|
||||
{{ Breadcrumbs.render(Route.getCurrentRoute.getName, objectType) }}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div id="webhooks_create"></div>
|
||||
{% endblock %}
|
||||
{% block scripts %}
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user