##// END OF EJS Templates
Add cache to ypjax calls to overcome chrome caching issues of requests
Add cache to ypjax calls to overcome chrome caching issues of requests

File last commit:

r2083:60115135 beta
r2694:78694f9a beta
Show More
raw_changeset.html
9 lines | 215 B | text/html | HtmlLexer
fixed raw_changeset for git, accidentally it was generated with hg patch headers...
r2083 %if h.is_hg(c.scm_type):
fixes #217 Seperate Parents on Raw-changeset page
r1402 # ${c.scm_type.upper()} changeset patch
renamed project to rhodecode
r547 # User ${c.changeset.author|n}
Small fixes for style....
r648 # Date ${c.changeset.date}
renamed project to rhodecode
r547 # Node ID ${c.changeset.raw_id}
fixes #217 Seperate Parents on Raw-changeset page
r1402 ${c.parent_tmpl}
renamed project to rhodecode
r547 ${c.changeset.message}
fixed raw_changeset for git, accidentally it was generated with hg patch headers...
r2083 %endif
White-space cleanup
r1888 ${c.diffs|n}