diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-06-10 12:22:35 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-06-17 11:26:10 +0100 |
commit | 96cd73d32d512dbf56580d455f575a301aec2e2c (patch) | |
tree | 336b4cb9cb68a2d33b6297865848416b4c5d5da6 /_posts/2012-06-20-new-feature-easier-request-moderation.markdown | |
parent | 2f2893444677bc852c44367f93190562a98ca561 (diff) |
Add blog images.
Deprecate /images folder in favour of /assets/img.
Diffstat (limited to '_posts/2012-06-20-new-feature-easier-request-moderation.markdown')
-rw-r--r-- | _posts/2012-06-20-new-feature-easier-request-moderation.markdown | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_posts/2012-06-20-new-feature-easier-request-moderation.markdown b/_posts/2012-06-20-new-feature-easier-request-moderation.markdown index aaffebeef..9e095c062 100644 --- a/_posts/2012-06-20-new-feature-easier-request-moderation.markdown +++ b/_posts/2012-06-20-new-feature-easier-request-moderation.markdown @@ -16,15 +16,15 @@ Alaveteli has always supported hiding requests that are unsuitable, but in [vers First, we allow any logged in user to report a request for moderation by an administrator. This is important because there's no way we could support the moderation of requests before they are published on the site: -[](http://blogs.mysociety.org/alaveteliorg/files/2012/06/report.png) +{% include image.html url="/assets/img/report.png" description="Reporting a request" width="651" %} Requests that have been reported now appear in a worklist on the home page of Alaveteli's administrative interface: - +{% include image.html url="/assets/img/review.png" description="Reported requests" width="504" %} When a moderator clicks through to the edit page for the request, they are now presented with radio buttons to select a reason why the request should be hidden (if any). A text box appears prefilled with suggested text, and when the moderator hits the "hide request" button, this message is emailed to the requestor notifying them that their message has been hidden: - +{% include image.html url="/assets/img/hide.png" description="Interface for hiding a request" width="635" %} Let us know if you find this useful, and if you think it needs any more tweaking! |