Split HTML Out from Ruby Files #4
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: maddiefuzz/skeksis#4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The HTML templates are written directly in the Ruby source file(s) such as line 12 here . These should be split out into a dedicated directory for the HTML templates and included as needed. This would clean up git history as work is done as well as prevent formatting issues in either language.