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