its 7am i havent slept i have no idea
This commit is contained in:
@@ -1,7 +1,15 @@
|
||||
{% extends 'base.html.twig' %}
|
||||
{% block title %}Site Dashboard{% endblock %}
|
||||
{% block body %}
|
||||
<h1 class="h4 mb-3">Site dashboard</h1>
|
||||
<div class="d-flex flex-wrap align-items-center gap-3 mb-3">
|
||||
<h1 class="h4 mb-0">Site dashboard</h1>
|
||||
<form method="post" action="{{ path('admin_dashboard_refresh_spotify') }}" class="ms-auto">
|
||||
<input type="hidden" name="_token" value="{{ csrf_token('dashboard_refresh_spotify') }}">
|
||||
<button class="btn btn-outline-success" type="submit">
|
||||
Refresh Spotify metadata
|
||||
</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="row g-3 mb-4">
|
||||
<div class="col-sm-4">
|
||||
|
||||
Reference in New Issue
Block a user