##// END OF EJS Templates
Fixing a small error in the repo settings screen...
Fixing a small error in the repo settings screen The 'Add another member' option didn't work in 1.2 beta, as the field was renamed from `perm_new_user_name` to `perm_new_member_name`

File last commit:

r1402:edfbf3ee beta
r1441:b596a0e6 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}