This website requires JavaScript.
Explore
Help
Register
Sign In
nu
/
CharmBoard
Watch
1
Star
0
Fork
You've already forked CharmBoard
0
Code
Issues
8
Pull Requests
Projects
1
Releases
Activity
4eec3f79c5
CharmBoard
/
templates
/
index.html.ep
2 lines
69 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add logout, POD documentation, various organizational things, et al a bunch of POD documentation was addded to various .pm files `CharmBoard::Controller::Auth` has been split into `CharmBoard::Controller::Register`, `CharmBoard::Controller::Login`, and `CharmBoard::Controller:Logout` (that last one is new, too!) `Main.pm` has been renamed to `Index.pm` like it was in the beginning the config value `board_name` now works `CharmBoard::Schema` namespaces were changed (`ResultSource` is now `Source`, `ResultSet` is now `Set`) templates were mildly reorganized almost switched from EPL to HAML. decided I really shouldn't because I utterly despise anything whitespace sensitive, so it doesn't matter how compact HAML is in comparison!
2023-05-09 06:37:07 +00:00
% layout 'default', title => $self->boardName;
this is the index page