We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b4c83 commit f28c480Copy full SHA for f28c480
resources/views/panel/config-editor.blade.php
@@ -234,7 +234,7 @@
234
235
<div class="tab-pane" id="5">
236
<section class="shadow text-gray-400">
237
-<h2 class="mb-4 card-header"><i class="bi bi-braces-asterisk"> Debugging information</i></h2>
+<h2 class="mb-4 card-header"><i class="bi bi-braces-asterisk"> Debugging information</i> <span class="text-muted" style="font-size:60%;vertical-align: middle;">v{{file_get_contents(base_path("version.json"))}}</span></h2>
238
<div class="card-body p-0 p-md-3">
239
@include('components.config.diagnose')
240
</div>
0 commit comments