open on git

This commit is contained in:
Andras Bacsai
2023-05-08 12:22:45 +02:00
parent a37f748639
commit dfecf2cc60
5 changed files with 21 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
<x-layout>
<h1>Configuration</h1>
<x-applications.navbar :applicationId="$application->id" />
<x-applications.navbar :applicationId="$application->id" :gitLocation="$application->gitLocation" />
<div x-data="{ activeTab: window.location.hash ? window.location.hash.substring(1) : 'general' }">
<div class="flex gap-4">
<a :class="activeTab === 'general' && 'text-purple-500'"