]> git.openstreetmap.org Git - rails.git/history - app/views/issues/index.html.erb
Fix class name
[rails.git] / app / views / issues / index.html.erb
2018-03-14 Andy AllanUse th instead of td and b
2018-03-14 Andy AllanUser user_path to generate links to users
2018-03-14 Andy AllanAvoid wrapping in the reports count column
2018-03-14 Andy AllanCombine last_updated_by and last_updated_at columns...
2018-02-28 Andy AllanMerge branch 'master' into moderation
2018-02-28 Andy AllanMerge branch 'master' into moderation
2018-02-28 Andy AllanRearrange issues table and combine some columns.
2018-02-28 Andy AllanAllow reporting of anonymous notes
2018-02-28 Andy AllanRefactor reportable_url to just return the url
2018-02-28 Andy AllanRefactor reportable_url helper to focus on just the...
2018-02-28 Andy AllanAllow the status to be translated in the table of results
2018-02-28 Andy AllanRework status search to avoid relying on the enum ids...
2018-02-23 Andy Allanresolve last_reported_by vs last_updated_by duplication
2018-01-22 Andy AllanFully internationalise the issues and reports interfaces.
2018-01-21 Andy AllanMerge branch 'master' into moderation
2017-12-06 Andy AllanShow issues based on all the users roles
2017-12-06 Andy AllanRemove the hardcoded pixel width for columns.
2017-11-29 Andy AllanRemove column sorting
2017-11-29 Andy AllanMerge branch 'master' into moderation
2017-09-13 Andy AllanRework the 'issues not found' notice slightly.
2017-09-06 Andy AllanUse reports_count so that counter_cache works automatic...
2017-08-02 Andy AllanMerge branch 'master' into moderation
2017-07-12 Andy AllanRename association to reported_user, for clarity
2017-07-12 Andy AllanMerge branch 'master' into moderation
2016-08-22 Matt AmosMore whitespace fixes. Attempting to get tests to pass.
2016-08-22 ShreyAdded helper + minor UI changes
2016-08-22 ShreyUI changes + Redirection after creating report fixed
2016-08-22 ShreyChanged report button + Added disclaimer on report...
2016-08-22 ShreyAdded sortable headers + search + reportable Notes
2016-08-22 ShreyAdded report icon + changes to admin UI + changes to...
2016-08-22 ShreyAdded Issue Type + Issue Reassigning + Last updated_by
2016-08-22 ShreyAdded search for issues
2016-08-22 ShreyAdded authorization + issues dashboard
2016-08-22 ShreyControllers + a few tests + new notification added...