summaryrefslogtreecommitdiffstats
path: root/app/view/obj (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-06-12Revert "Rename variable"Malf Furious1-2/+2
This reverts commit 112a510bb7ba358fd4195b5b2f3c8203ab4fb91d. Conflicts: app/model/obj.mod.php
2016-06-11Rename variableMalf Furious1-2/+2
In the Obj MVC, rename group in the model to obj. This will help with referencing the active object from template views without knowing what type of object it is.
2016-06-09Remove bootstrap grid structure from group viewMalf Furious1-12/+8
2016-06-08Start design for group viewMalf Furious1-0/+20
2016-06-08Create blank view for groupsMalf Furious1-0/+27
Finish initializing the Obj MVC by writing an empty view/action for groups.