summaryrefslogtreecommitdiff
path: root/client/html/user_summary.tpl
AgeCommit message (Collapse)Author
2017-01-21client: refactor linking and routingrr-
Print all links through new uri.js component Refactor the router to use more predictable parsing Fix linking to entities with weird names (that contain slashes, + etc.)
2016-07-08client/general: refactor URL parameter handlingrr-
2016-06-23client/general: escape entity names in linksrr-
2016-06-23client/views: escape HTMLrr-
This lets client use < > in tag names.
2016-06-05client/css: refactor <nav> cssrr-
2016-06-03client/users: add counters to user summaryrr-
2016-05-21client/general: use 'ctx' variable for templatesrr-
2016-05-18client/general: change templates extensionrr-
...from .Handlebars' (which the project no longer uses) .hbs, to a more generic .tpl. Additionally, replace hyphens with underscores for consistency.