about summary refs log tree commit diff stats
path: root/app/views/admin
Commit message (Collapse)AuthorAgeFilesLines
* Implemented streamsKelly Rauchenberger2018-07-039-2/+70
| | | | | | Currently there are no links to the pages for editing stream updates, and the admin panel for managing streams could probably have a better look & feel, but here's some basic working functionality. refs #8
* Styled flash and errors in admin panelKelly Rauchenberger2017-07-021-4/+6
|
* Created admin panelKelly Rauchenberger2017-07-025-0/+38
Currently allows you to create and edit blogs, including associated records. Uses a WYSIWYG editor that allows uploading images. Also included jQuery :(