TODOs
This commit is contained in:
parent
50a3e9a4df
commit
8901441401
|
|
@ -16,6 +16,7 @@
|
|||
<x-slot name="content">
|
||||
<div class="space-y-6">
|
||||
<x-secondary-button wire:click="openCreateProjectModal">
|
||||
{{-- TODO change the modal so it only have a name (no need modal)--}}
|
||||
{{ __('Create Project') }}
|
||||
</x-secondary-button>
|
||||
@foreach ($projectManager->projects->sortBy('name') as $project)
|
||||
|
|
|
|||
|
|
@ -5,3 +5,4 @@
|
|||
<a class="text-center uppercase tracking-widest font-semibold text-sm hover:bg-indigo-500 hover:text-white hover:rounded-lg hover:border-0 px-4 py-4 {{!($activeTab == 'mailings') ?: 'rounded-lg bg-indigo-600 text-white border-0'}}" href="{{route('project.show',[$projectName,'mailings'])}}">Mailings</a>
|
||||
<a class="text-center uppercase tracking-widest font-semibold text-sm hover:bg-indigo-500 hover:text-white hover:rounded-lg hover:border-0 px-4 py-4 {{!($activeTab == 'settings') ?: 'rounded-lg bg-indigo-600 text-white border-0'}}" href="{{route('project.show',[$projectName,'settings'])}}">Settings</a>
|
||||
</div>
|
||||
{{--TODO change to responsive menu--}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue