Skip to content

Commit

Permalink
Merge pull request #491 from tphakala/reorg-pages
Browse files Browse the repository at this point in the history
refactor: Reorganize and enhance view templates for improved structure
  • Loading branch information
tphakala authored Feb 23, 2025
2 parents effb41f + 1d3f106 commit 0b5fb99
Show file tree
Hide file tree
Showing 21 changed files with 1 addition and 89 deletions.
2 changes: 1 addition & 1 deletion internal/httpcontroller/template_renderers.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (s *Server) setupTemplateRenderer() {
funcMap := s.GetTemplateFunctions()

// Parse all templates from the ViewsFs
tmpl, err := template.New("").Funcs(funcMap).ParseFS(ViewsFs, "views/*.html", "views/*/*.html", "views/*/*/*.html")
tmpl, err := template.New("").Funcs(funcMap).ParseFS(ViewsFs, "views/*/*.html", "views/*/*/*.html")
if err != nil {
s.Echo.Logger.Fatal(err)
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
88 changes: 0 additions & 88 deletions views/settingsMain.html

This file was deleted.

0 comments on commit 0b5fb99

Please sign in to comment.