Files
notifications-admin/app/templates/views
Chris Hill-Scott 8c8f321a11 Make sure partials always have a wrapping <div>
The diffDOM Javascript sometimes throws an error if it can’t calculate
a diff between the original content of the page and the updated HTML
delivered via AJAX. The problem seems to be when there’s not one,
consistent top-level element for it to base its calculations on.

This commit:
- makes sure that all AJAX-delivered partials have a wrapping `<div>`
- that this `<div>` has a consistent class name to make it clear why
  it’s there
2016-09-01 11:22:22 +01:00
..
2016-07-06 16:10:19 +01:00
2016-07-28 09:08:15 +01:00
2016-07-06 16:10:19 +01:00
2016-06-28 10:40:39 +01:00
2016-08-05 09:40:21 +01:00