Инициалиазация репозитория

This commit is contained in:
ada
2025-11-11 08:24:49 +03:00
commit 39f93667fe
114 changed files with 5137 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
module ApplicationHelper
include Pagy::Frontend
def bicon(name)
image_tag("", class: "bi bi-#{name}")
end
end
+2
View File
@@ -0,0 +1,2 @@
module WelcomeHelper
end