about summary refs log tree commit diff stats
path: root/app/views/layouts/admin.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Implemented streamsKelly Rauchenberger2018-07-031-0/+4
| | | | | | 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-9/+10
|
* Created admin panelKelly Rauchenberger2017-07-021-0/+27
Currently allows you to create and edit blogs, including associated records. Uses a WYSIWYG editor that allows uploading images. Also included jQuery :(