client/posts: add mass tag

This commit is contained in:
rr-
2016-07-05 21:20:28 +02:00
parent 99011b02d7
commit fccedc090f
16 changed files with 322 additions and 64 deletions

View File

@ -7,7 +7,7 @@ const ManualPageView = require('../views/manual_page_view.js');
class PageController {
constructor(ctx) {
const extendedContext = {
clientUrl: ctx.clientUrl,
getClientUrlForPage: ctx.getClientUrlForPage,
searchQuery: ctx.searchQuery,
};