+
+
+
+
+ ${h.select('landing_rev','',c.landing_revs,class_="medium")}
+ ${_('Default revision for files page, downloads, whoosh and readme')}
+
+
diff --git a/rhodecode/templates/admin/repos/repo_edit.html b/rhodecode/templates/admin/repos/repo_edit.html
--- a/rhodecode/templates/admin/repos/repo_edit.html
+++ b/rhodecode/templates/admin/repos/repo_edit.html
@@ -62,6 +62,15 @@
+
+
+
+
+ ${h.select('landing_rev','',c.landing_revs,class_="medium")}
+ ${_('Default revision for files page, downloads, whoosh and readme')}
+
+
+
%for section in sorted(c.perm_user.permissions.keys()):
${section.replace("_"," ").capitalize()}
-
+
%endfor
-
+
diff --git a/rhodecode/templates/base/root.html b/rhodecode/templates/base/root.html
--- a/rhodecode/templates/base/root.html
+++ b/rhodecode/templates/base/root.html
@@ -45,7 +45,7 @@
'Group':"${_('Group')}",
'members':"${_('members')}",
'search truncated': "${_('search truncated')}",
- 'no matching files': "${_('no matching files')}"
+ 'no matching files': "${_('no matching files')}"
};
var _TM = TRANSLATION_MAP;
diff --git a/rhodecode/templates/changeset/changeset_range.html b/rhodecode/templates/changeset/changeset_range.html
--- a/rhodecode/templates/changeset/changeset_range.html
+++ b/rhodecode/templates/changeset/changeset_range.html
@@ -69,7 +69,7 @@
##${comment.comment_inline_form(cs)}
## diff block
${h.link_to('r%s:%s' % (cs.revision,h.short_id(cs.raw_id)),h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id))}
-
+
${diff_block.diff_block(c.changes[cs.raw_id])}
##${comment.comments(cs)}
diff --git a/rhodecode/templates/files/files_source.html b/rhodecode/templates/files/files_source.html
--- a/rhodecode/templates/files/files_source.html
+++ b/rhodecode/templates/files/files_source.html
@@ -1,15 +1,27 @@
- - ${_('History')}
+ - ${_('History')}
-
-
- ${h.form(h.url('files_diff_home',repo_name=c.repo_name,f_path=c.f_path),method='get')}
- ${h.hidden('diff2',c.file.changeset.raw_id)}
- ${h.select('diff1',c.file.changeset.raw_id,c.file_history)}
- ${h.submit('diff','diff to revision',class_="ui-btn")}
- ${h.submit('show_rev','show at revision',class_="ui-btn")}
- ${h.end_form()}
-
+
+
+ ${h.form(h.url('files_diff_home',repo_name=c.repo_name,f_path=c.f_path),method='get')}
+ ${h.hidden('diff2',c.file.changeset.raw_id)}
+ ${h.select('diff1',c.file.changeset.raw_id,c.file_history)}
+ ${h.submit('diff',_('diff to revision'),class_="ui-btn")}
+ ${h.submit('show_rev',_('show at revision'),class_="ui-btn")}
+ ${h.end_form()}
+
+
+
${h.literal(ungettext(u'%s author',u'%s authors',len(c.authors)) % ('%s' % len(c.authors))) }
+ %for email, user in c.authors:
+
+ %endfor
+
+
+
+
diff --git a/rhodecode/templates/index_base.html b/rhodecode/templates/index_base.html
--- a/rhodecode/templates/index_base.html
+++ b/rhodecode/templates/index_base.html
@@ -119,7 +119,7 @@