Files
@ d23d70cce785
Branch filter:
Location: kallithea/kallithea/templates/admin/admin.html
d23d70cce785
1.7 KiB
text/html
helpers: cleanup of journal action_parser
rev will always have op and ref_name attributes if it is a BaseChangeset or
AttributeDict.
lazy_cs was undefined for the (apparently rarely hit changeset-not-found case)
- fix that by setting the default to False.
Title is not relevant when using lazy-cs so there is no need for this h.tooltip
invocation.
rev will always have op and ref_name attributes if it is a BaseChangeset or
AttributeDict.
lazy_cs was undefined for the (apparently rarely hit changeset-not-found case)
- fix that by setting the default to False.
Title is not relevant when using lazy-cs so there is no need for this h.tooltip
invocation.