Merge branch 'postorius-prettify-msg-view-patch' into 'master'
Prettify message view in held messages

This replaces and is inspired by the work done by @maxking in !9 

The added benefits of this merge request:
* use only one modal (no transitions when displaying full message)
* it also drastically decreases the website's size since it is only using one modal for all messages, relying on javascript to display the correct information

See merge request !52
commit ce6bf0730c1f9eba1315f1508cac869d97439d0b
2 parents 9d06cb1 + 37a1893
@Aurélien Bompard Aurélien Bompard authored on 6 May 2016
Showing 8 changed files
View
src/postorius/lib/__init__.py 0 → 100644
View
src/postorius/lib/scrub.py 0 → 100644
View
src/postorius/static/postorius/js/held_messages.js 0 → 100644
View
src/postorius/templates/postorius/lists/held_messages.html
View
src/postorius/tests/test_urls.py
View
src/postorius/urls.py
View
src/postorius/views/list.py
View
src/postorius/views/rest.py 0 → 100644