Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix flash message for a non-existent tags page
Currently, the application redirects the user to 'all items' screen for the hub, if a tags page does not exist. The solution is to use flash instead of flash.now, as the latter is only used for rendering. This issue was raised in berkmancenter#50
- Loading branch information