##// END OF EJS Templates
Fixed methods for checking if path in routes is a repo...
Fixed methods for checking if path in routes is a repo added method for checking if path in route is a repos_group

File last commit:

r1402:edfbf3ee beta
r1505:bb6ba744 beta
Show More
raw_changeset.html
7 lines | 183 B | text/html | HtmlLexer
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}
${c.diffs|n}