width: 100% is already part of the class.
Remove duplicate classes .table/.striped and exclusivly use the more common one.
Add this class to PostReportReasons/Help, which were missing it.
Generate the boilerplate around the form in a seperate partial.
Also fixes some flashing when the form should be displayed on load
since that doesn't happen with js anymore
Previously hiding was inside the form itself, putting it at another location from
from the show link which was midly annoying
Going to clean this up a bit in the next commit
- Use a helper function to add it to every title (except the root path
which is just the app_name)
- Remove useless set_title function in application_controllerller
This fixes a regression introduced in PR #75 where I mistakenly
removed the exports from the application pack. These were being
placed into the Danbooru namespace object as a library and referenced
by various items across the site.
This brings them back and converts the takedown and blip services
to use the namespace.
This avoids leaking usage data and also prevents us from having to
wait on the extremely slow public FA CDN.
These may be distributed to the static content CDN later, so
have integrity markers applied to them ahead of time.
spark-md5 may be removed and integrated directly into the bundle
when the new upload page is implemented, and is currently unused.