diff --git a/.dockerignore b/.dockerignore old mode 100644 new mode 100755 diff --git a/.editorconfig b/.editorconfig old mode 100644 new mode 100755 diff --git a/.env.example b/.env.example old mode 100644 new mode 100755 diff --git a/.gitattributes b/.gitattributes old mode 100644 new mode 100755 diff --git a/.github/dependabot.yml b/.github/dependabot.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.kamal/hooks/docker-setup.sample b/.kamal/hooks/docker-setup.sample old mode 100644 new mode 100755 diff --git a/.kamal/hooks/post-app-boot.sample b/.kamal/hooks/post-app-boot.sample old mode 100644 new mode 100755 diff --git a/.kamal/hooks/post-deploy.sample b/.kamal/hooks/post-deploy.sample old mode 100644 new mode 100755 diff --git a/.kamal/hooks/post-proxy-reboot.sample b/.kamal/hooks/post-proxy-reboot.sample old mode 100644 new mode 100755 diff --git a/.kamal/hooks/pre-app-boot.sample b/.kamal/hooks/pre-app-boot.sample old mode 100644 new mode 100755 diff --git a/.kamal/hooks/pre-build.sample b/.kamal/hooks/pre-build.sample old mode 100644 new mode 100755 diff --git a/.kamal/hooks/pre-connect.sample b/.kamal/hooks/pre-connect.sample old mode 100644 new mode 100755 diff --git a/.kamal/hooks/pre-deploy.sample b/.kamal/hooks/pre-deploy.sample old mode 100644 new mode 100755 diff --git a/.kamal/hooks/pre-proxy-reboot.sample b/.kamal/hooks/pre-proxy-reboot.sample old mode 100644 new mode 100755 diff --git a/.kamal/secrets b/.kamal/secrets old mode 100644 new mode 100755 diff --git a/.node-version b/.node-version old mode 100644 new mode 100755 diff --git a/.rubocop.yml b/.rubocop.yml old mode 100644 new mode 100755 diff --git a/.ruby-version b/.ruby-version old mode 100644 new mode 100755 diff --git a/.tool-versions b/.tool-versions old mode 100644 new mode 100755 diff --git a/CRUSH.md b/CRUSH.md old mode 100644 new mode 100755 diff --git a/Dockerfile b/Dockerfile old mode 100644 new mode 100755 diff --git a/Gemfile b/Gemfile old mode 100644 new mode 100755 diff --git a/Gemfile.lock b/Gemfile.lock old mode 100644 new mode 100755 diff --git a/Procfile.dev b/Procfile.dev old mode 100644 new mode 100755 diff --git a/QWEN.md b/QWEN.md old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/Rakefile b/Rakefile old mode 100644 new mode 100755 diff --git a/app/assets/builds/.keep b/app/assets/builds/.keep old mode 100644 new mode 100755 diff --git a/app/assets/images/.keep b/app/assets/images/.keep old mode 100644 new mode 100755 diff --git a/app/assets/stylesheets/application.postcss.css b/app/assets/stylesheets/application.postcss.css old mode 100644 new mode 100755 diff --git a/app/assets/stylesheets/components/flash.css b/app/assets/stylesheets/components/flash.css old mode 100644 new mode 100755 diff --git a/app/assets/stylesheets/theme.css b/app/assets/stylesheets/theme.css old mode 100644 new mode 100755 diff --git a/app/controllers/api/v1/parties_controller.rb b/app/controllers/api/v1/parties_controller.rb old mode 100644 new mode 100755 diff --git a/app/controllers/api_controller.rb b/app/controllers/api_controller.rb old mode 100644 new mode 100755 diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb old mode 100644 new mode 100755 diff --git a/app/controllers/authentications/confirmations_controller.rb b/app/controllers/authentications/confirmations_controller.rb old mode 100644 new mode 100755 diff --git a/app/controllers/authentications/omniauth_callbacks_controller.rb b/app/controllers/authentications/omniauth_callbacks_controller.rb old mode 100644 new mode 100755 diff --git a/app/controllers/authentications/passwords_controller.rb b/app/controllers/authentications/passwords_controller.rb old mode 100644 new mode 100755 diff --git a/app/controllers/authentications/registrations_controller.rb b/app/controllers/authentications/registrations_controller.rb old mode 100644 new mode 100755 diff --git a/app/controllers/authentications/sessions_controller.rb b/app/controllers/authentications/sessions_controller.rb old mode 100644 new mode 100755 diff --git a/app/controllers/authentications/unlocks_controller.rb b/app/controllers/authentications/unlocks_controller.rb old mode 100644 new mode 100755 diff --git a/app/controllers/concerns/.keep b/app/controllers/concerns/.keep old mode 100644 new mode 100755 diff --git a/app/controllers/pages_controller.rb b/app/controllers/pages_controller.rb old mode 100644 new mode 100755 diff --git a/app/controllers/parties_controller.rb b/app/controllers/parties_controller.rb old mode 100644 new mode 100755 diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb old mode 100644 new mode 100755 diff --git a/app/helpers/flash_messages_helper.rb b/app/helpers/flash_messages_helper.rb old mode 100644 new mode 100755 diff --git a/app/helpers/pages_helper.rb b/app/helpers/pages_helper.rb old mode 100644 new mode 100755 diff --git a/app/javascript/application.js b/app/javascript/application.js old mode 100644 new mode 100755 diff --git a/app/javascript/components/button.jsx b/app/javascript/components/button.jsx old mode 100644 new mode 100755 diff --git a/app/javascript/controllers/application.js b/app/javascript/controllers/application.js old mode 100644 new mode 100755 diff --git a/app/javascript/controllers/counter_controller.js b/app/javascript/controllers/counter_controller.js old mode 100644 new mode 100755 diff --git a/app/javascript/controllers/flash_message_controller.js b/app/javascript/controllers/flash_message_controller.js old mode 100644 new mode 100755 diff --git a/app/javascript/controllers/index.js b/app/javascript/controllers/index.js old mode 100644 new mode 100755 diff --git a/app/javascript/controllers/logout_controller.js b/app/javascript/controllers/logout_controller.js old mode 100644 new mode 100755 diff --git a/app/javascript/controllers/shadcn_test_controller.js b/app/javascript/controllers/shadcn_test_controller.js old mode 100644 new mode 100755 diff --git a/app/javascript/controllers/ticket_cart_controller.js b/app/javascript/controllers/ticket_cart_controller.js old mode 100644 new mode 100755 diff --git a/app/javascript/lib/utils.js b/app/javascript/lib/utils.js old mode 100644 new mode 100755 diff --git a/app/jobs/application_job.rb b/app/jobs/application_job.rb old mode 100644 new mode 100755 diff --git a/app/mailers/application_mailer.rb b/app/mailers/application_mailer.rb old mode 100644 new mode 100755 diff --git a/app/models/application_record.rb b/app/models/application_record.rb old mode 100644 new mode 100755 diff --git a/app/models/concerns/.keep b/app/models/concerns/.keep old mode 100644 new mode 100755 diff --git a/app/models/party.rb b/app/models/party.rb old mode 100644 new mode 100755 diff --git a/app/models/ticket.rb b/app/models/ticket.rb old mode 100644 new mode 100755 diff --git a/app/models/ticket_type.rb b/app/models/ticket_type.rb old mode 100644 new mode 100755 diff --git a/app/models/user.rb b/app/models/user.rb old mode 100644 new mode 100755 diff --git a/app/views/components/_footer.html.erb b/app/views/components/_footer.html.erb old mode 100644 new mode 100755 diff --git a/app/views/components/_header.html.erb b/app/views/components/_header.html.erb old mode 100644 new mode 100755 index 7856db2..4343800 --- a/app/views/components/_header.html.erb +++ b/app/views/components/_header.html.erb @@ -1,4 +1,4 @@ -
+
@@ -46,20 +46,17 @@ class="absolute z-50 mt-2 w-48 rounded-md shadow-lg origin-top-right right-0" style="display: none;" @click="open = false">
-<%= link_to t('header.profile') , edit_user_registration_path, + <%= link_to t('header.profile') , edit_user_registration_path, class: "block w-full px-4 py-2 text-start text-sm leading-5 text-neutral-100 hover:bg-primary-700" %> -<%= link_to t('header.reservations') , "#" , - class: "block w-full px-4 py-2 text-start text-sm leading-5 text-neutral-100 hover:bg-primary-700" %> - <%= link_to t('header.logout') , destroy_user_session_path, data: { controller: "logout" , + <%= link_to t('header.reservations') , "#" , + class: "block w-full px-4 py-2 text-start text-sm leading-5 text-neutral-100 hover:bg-primary-700" %> + <%= link_to t('header.logout') , destroy_user_session_path, data: { controller: "logout" , action: "click->logout#signOut" , logout_url_value: destroy_user_session_path, login_url_value: new_user_session_path, turbo: false }, class: "block w-full px-4 py-2 text-start text-sm leading-5 text-neutral-100 hover:bg-primary-700" %> +
- - - - <% else %> - + h