diff --git a/pylons_app/templates/branches/branches.html b/pylons_app/templates/branches/branches.html --- a/pylons_app/templates/branches/branches.html +++ b/pylons_app/templates/branches/branches.html @@ -17,10 +17,17 @@
${_('date')} | +${_('revision')} | +${_('name')} | +${_('links')} | +|||||||||||||||||||||||||||||||||||||||||
${branch[1]._ctx.date()|n,filters.age} | +r${branch[1].revision}:${branch[1].raw_id} |
${h.link_to(branch[0],
diff --git a/pylons_app/templates/changelog/changelog.html b/pylons_app/templates/changelog/changelog.html
--- a/pylons_app/templates/changelog/changelog.html
+++ b/pylons_app/templates/changelog/changelog.html
@@ -19,7 +19,7 @@ from pylons_app.lib import filters
<%def name="main()">
- ${_('Changelog')} - ${_('showing ')} ${c.size} ${_('revisions')}+${_('Changelog')} - ${_('showing last ')} ${c.size} ${_('revisions')}
@@ -29,7 +29,7 @@ from pylons_app.lib import filters
${h.form(h.url.current(),method='get')}
- ${_('Show')}: ${h.text('size',size=5,value=c.size)} ${_('revisions')}
+ ${_('Show')}: ${h.text('size',size=2,value=c.size)} ${_('revisions')}
${h.submit('','set')}
${h.end_form()}
diff --git a/pylons_app/templates/files/files_browser.html b/pylons_app/templates/files/files_browser.html
--- a/pylons_app/templates/files/files_browser.html
+++ b/pylons_app/templates/files/files_browser.html
@@ -9,6 +9,7 @@
${h.form(h.url.current())}
${_('view')}@rev «${h.text('at_rev',value=c.rev_nr,size='5')}»
+ ${c.cur_rev}
${h.submit('view','view')}
${h.end_form()}
diff --git a/pylons_app/templates/shortlog/shortlog_data.html b/pylons_app/templates/shortlog/shortlog_data.html
--- a/pylons_app/templates/shortlog/shortlog_data.html
+++ b/pylons_app/templates/shortlog/shortlog_data.html
@@ -17,16 +17,16 @@ from pylons_app.lib import filters
${cs._ctx.date()|n,filters.age} |
${cs.author|n,filters.person} |
- r${cs.revision} |
+ r${cs.revision}:${cs.raw_id} |
${h.link_to(h.truncate(cs.message,60),
h.url('changeset_home',repo_name=c.repo_name,revision=cs._short),
title=cs.message)}
|
-
- ${cs.branch}
-
+
+ ${cs.branch}
+
|
diff --git a/pylons_app/templates/summary/summary.html b/pylons_app/templates/summary/summary.html
--- a/pylons_app/templates/summary/summary.html
+++ b/pylons_app/templates/summary/summary.html
@@ -62,13 +62,23 @@ E.onDOMReady(function(e){
- | ${h.link_to(_('Changes'),h.url('changelog_home',repo_name=c.repo_name))}-
${h.link_to(_('Tags'),h.url('tags_home',repo_name=c.repo_name))}-
${h.link_to(_('Branches'),h.url('branches_home',repo_name=c.repo_name))}-
|