Fix local-site URL resolvers for the tabs on the user page.
Review Request #8102 — Created April 5, 2016 and submitted
The tabs on the user page were resolving the URLs for the "Review Requests" and
"Reviews" tabs using the basicreversemethod rather than our
local_site_reverseone. This meant that users on a local site would link to
the root view rather than the one within the local site.
- Looked at the user page and checked the link URLs.
- Ran unit tests.
Tool: Pyflakes Processed Files: reviewboard/datagrids/views.py Tool: PEP8 Style Checker Processed Files: reviewboard/datagrids/views.py