aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/report/update.html
Commit message (Collapse)AuthorAgeLines
* Improve translatability of various pages.Dave Arter2017-03-30-10/+10
| | | | | | | | | | | | | This commit makes the following parts of the site translatable: - Social login buttons - Moderation UI - Offline glitch page & offline caching UI - Dashboard It also fixes a bug in the nget parser, stops some Oxfordshire bits being translated for the moment, and brings the translation file up to date.
* Use name at time of moderation, include superusersMatthew Somerville2017-03-14-1/+1
| | | | This works better if e.g. a user stops being associated with a body.
* Add ability for admin users to italic updates.Matthew Somerville2016-10-28-1/+1
|
* Merge branch 'issues/forcouncils/36-mobile-inspector-improvements'Matthew Somerville2016-10-04-2/+2
|\
| * Add .btn and .form-control classes to inputsZarino Zappia2016-10-04-2/+2
| |
* | Fix update moderation buttons.Matthew Somerville2016-09-23-1/+1
|/
* Remove from_body requirement from User::has_permission_toDave Arter2016-09-20-1/+1
|
* Switch add_links template function to filter.Matthew Somerville2016-08-12-2/+2
|
* Fix Moderate button labels, other labels/spacing.Matthew Somerville2016-08-10-13/+11
| | | | | | | Fixes #855. TODO: Prettifying of report moderation needs to be applied to the update form too.
* Improve CSRF tokens and add to more forms.Matthew Somerville2016-06-20-0/+1
|
* Pad internal update links so they are in view.Matthew Somerville2016-01-19-1/+1
| | | | Fixes #1308.
* Combine base/fixmystreet report templates.Matthew Somerville2016-01-08-20/+66
| | | | Refactor some cobrand specific elements for clarity.
* Simplify .update-img layoutZarino Zappia2015-04-21-2/+4
| | | | | | | Fixes #424. Using a float rather than table-cell styling also means we no longer have to work around IE7 table display support.
* Rename 'default' web directory to 'base'.Matthew Somerville2014-07-08-0/+22
This should reduce confusion with the Default cobrand and override order.