Trying to work on new theme

This commit is contained in:
kb6e
2025-08-28 00:53:35 +02:00
parent 81bd30a7af
commit e084839289
23 changed files with 2401 additions and 615 deletions

View File

@@ -8,7 +8,7 @@ class PagesController < ApplicationController
# Homepage showing featured parties
def home
# @parties = Party.published.featured.limit(3)
@parties = Party.where(state: :published).order(created_at: :desc)
# @parties = Party.where(state: :published).order(created_at: :desc)
if user_signed_in?
return redirect_to(dashboard_path)