Add custom CSS (#264)

This commit is contained in:
Riccardo Graziosi
2024-01-23 18:50:42 +01:00
committed by GitHub
parent 653e139a9e
commit d7e7db9f72
40 changed files with 421 additions and 54 deletions

View File

@@ -50,11 +50,12 @@ Rails.application.routes.draw do
namespace :site_settings do
get 'general'
get 'authentication'
get 'boards'
get 'post_statuses'
get 'roadmap'
get 'appearance'
get 'users'
get 'authentication'
end
end