#382 Fix links in the feed
Merged by abompard. Opened by abompard.
abompard/fedora-hubs fix/feed-hub-urls  into  develop

Download 382.patch

The HTML links for the feed items were generated when the backend
received a message. At that point, the backend did not now on which URL
the front-end is mounted, so it couldn't generate proper links. On
hubs-dev, the links were of the form http://0.0.0.0:5000/hubname/.

This commit has the front-end generate the links instead of the
backend, so the request context is known.

Pull-Request has been merged by abompard

Metadata