Skip to content

Commit

Permalink
Allows switching between list and dashboard view
Browse files Browse the repository at this point in the history
  • Loading branch information
jberghoef authored and mvantellingen committed May 31, 2017
1 parent 45f2de6 commit 7034c09
Show file tree
Hide file tree
Showing 35 changed files with 67 additions and 209 deletions.
2 changes: 0 additions & 2 deletions src/personalisation/static/css/form.css

This file was deleted.

1 change: 0 additions & 1 deletion src/personalisation/static/css/form.css.map

This file was deleted.

2 changes: 0 additions & 2 deletions src/personalisation/static/css/index.css

This file was deleted.

1 change: 0 additions & 1 deletion src/personalisation/static/css/index.css.map

This file was deleted.

Binary file removed src/personalisation/static/img/calendar_icon.png
Binary file not shown.
Binary file removed src/personalisation/static/img/key_icon.png
Binary file not shown.
Binary file removed src/personalisation/static/img/persistent_icon.png
Binary file not shown.
Binary file removed src/personalisation/static/img/referral_icon.png
Binary file not shown.
Binary file removed src/personalisation/static/img/rocket_icon.png
Binary file not shown.
Binary file removed src/personalisation/static/img/ruler_icon.png
Binary file not shown.
Binary file removed src/personalisation/static/img/time_icon.png
Binary file not shown.
Binary file removed src/personalisation/static/img/visit_count_icon.png
Binary file not shown.
155 changes: 0 additions & 155 deletions src/personalisation/static/js/commons.js

This file was deleted.

1 change: 0 additions & 1 deletion src/personalisation/static/js/commons.js.map

This file was deleted.

1 change: 0 additions & 1 deletion src/personalisation/static/js/form.js.map

This file was deleted.

20 changes: 0 additions & 20 deletions src/personalisation/static/js/index.js

This file was deleted.

1 change: 0 additions & 1 deletion src/personalisation/static/js/index.js.map

This file was deleted.

4 changes: 3 additions & 1 deletion src/wagtail_personalisation/admin_urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@
url(r'^segment/(?P<segment_id>[0-9]+)/toggle/$',
views.toggle, name='toggle'),
url(r'^(?P<page_id>[0-9]+)/copy/(?P<segment_id>[0-9]+)$',
views.copy_page_view, name='copy_page')
views.copy_page_view, name='copy_page'),
url(r'^segment/toggle_segment_view/$',
views.toggle_segment_view, name='toggle_segment_view'),
]

0 comments on commit 7034c09

Please sign in to comment.