aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers/admin_helper.rb
Commit message (Collapse)AuthorAgeLines
* Use RESTful routes for CRUD admin user actionsLouise Crow2014-12-18-1/+1
|
* Move show method to use RESTful routingLouise Crow2014-12-18-1/+1
|
* Use RESTful routing for index and show actionsLouise Crow2014-12-12-1/+1
|
* Add AdminHelper#comment_visibilityGareth Rees2014-03-25-0/+5
| | | | Get the canonical human-readable status of a comment
* Merge remote-tracking branch ↵Louise Crow2013-03-11-0/+37
|\ | | | | | | | | | | | | | | | | | | | | | | 'openaustralia_github/make_ui_for_links_in_admin_interface_consistent' into develop Conflicts: app/views/admin_censor_rule/new.rhtml app/views/admin_general/index.rhtml app/views/admin_general/timeline.rhtml app/views/admin_request/_some_requests.rhtml app/views/admin_request/show.rhtml app/views/admin_track/_some_tracks.rhtml
| * Inline helperMatthew Landauer2013-03-08-4/+0
| |
| * Use helpers for iconsMatthew Landauer2013-03-08-4/+16
| |
| * New helper for showing two links for a userMatthew Landauer2013-03-08-1/+2
| |
| * Give explanatory titles to links which can be seen on hoverMatthew Landauer2013-03-08-4/+4
| |
| * Extract helper for making an iconMatthew Landauer2013-03-08-3/+11
| |
| * Move admin specific helpers to AdminHelperMatthew Landauer2013-03-08-0/+20
|/
* Remove unused helpersfrancis2007-10-31-2/+0
|
* Make /admin URL work, and give link through to public body editor.francis2007-09-03-0/+2
Layout for admin pages.