diff --git a/rhodecode/templates/admin/repos/repos.html b/rhodecode/templates/admin/repos/repos.html
--- a/rhodecode/templates/admin/repos/repos.html
+++ b/rhodecode/templates/admin/repos/repos.html
@@ -19,7 +19,7 @@
${self.breadcrumbs()}
-
- ${h.link_to(_(u'ADD NEW REPOSITORY'),h.url('new_repo'))}
+ ${h.link_to(_(u'ADD REPOSITORY'),h.url('new_repo'))}
@@ -65,10 +65,7 @@
${h.age(repo['last_change'])} |
%if repo['rev']>=0:
- ${h.link_to('r%s:%s' % (repo['rev'],h.short_id(repo['tip'])),
- h.url('changeset_home',repo_name=repo['name'],revision=repo['tip']),
- class_="tooltip",
- title=h.tooltip(repo['last_msg']))}
+ ${h.link_to('r%s:%s' % (repo['rev'],h.short_id(repo['tip'])),h.url('changeset_home',repo_name=repo['name'],revision=repo['tip']),class_="tooltip",title=h.tooltip(repo['last_msg']))}
%else:
${_('No changesets yet')}
%endif
diff --git a/rhodecode/templates/bookmarks/bookmarks_data.html b/rhodecode/templates/bookmarks/bookmarks_data.html
--- a/rhodecode/templates/bookmarks/bookmarks_data.html
+++ b/rhodecode/templates/bookmarks/bookmarks_data.html
@@ -1,31 +1,27 @@
%if c.repo_bookmarks:
-
+
- ${_('date')} |
- ${_('name')} |
- ${_('author')} |
- ${_('revision')} |
- ${_('links')} |
+ ${_('name')} |
+ ${_('date')} |
+ ${_('author')} |
+ ${_('revision')} |
%for cnt,book in enumerate(c.repo_bookmarks.items()):
-
- ${book[1].date}
- |
${h.link_to(book[0],
- h.url('changeset_home',repo_name=c.repo_name,revision=book[1].raw_id))}
+ h.url('files_home',repo_name=c.repo_name,revision=book[1].raw_id))}
- |
+
+ ${book[1].date} |
${h.person(book[1].author)} |
- r${book[1].revision}:${h.short_id(book[1].raw_id)} |
-
- ${h.link_to(_('changeset'),h.url('changeset_home',repo_name=c.repo_name,revision=book[1].raw_id),class_="ui-btn xsmall")}
- |
- ${h.link_to(_('files'),h.url('files_home',repo_name=c.repo_name,revision=book[1].raw_id),class_="ui-btn xsmall")}
- |
-
+
+
+ |
+
%endfor
%else:
diff --git a/rhodecode/templates/branches/branches_data.html b/rhodecode/templates/branches/branches_data.html
--- a/rhodecode/templates/branches/branches_data.html
+++ b/rhodecode/templates/branches/branches_data.html
@@ -1,52 +1,47 @@
-% if c.repo_branches:
+%if c.repo_branches:
+ ${_('name')} |
${_('date')} |
- ${_('name')} |
${_('author')} |
${_('revision')} |
- ${_('links')} |
%for cnt,branch in enumerate(c.repo_branches.items()):
- ${branch[1].date}
- |
${h.link_to(branch[0],
- h.url('changeset_home',repo_name=c.repo_name,revision=branch[1].raw_id))}
+ h.url('files_home',repo_name=c.repo_name,revision=branch[1].raw_id))}
- |
+
+ ${branch[1].date} |
${h.person(branch[1].author)} |
- r${branch[1].revision}:${h.short_id(branch[1].raw_id)} |
-
- ${h.link_to(_('changeset'),h.url('changeset_home',repo_name=c.repo_name,revision=branch[1].raw_id),class_="ui-btn xsmall")}
- |
- ${h.link_to(_('files'),h.url('files_home',repo_name=c.repo_name,revision=branch[1].raw_id),class_="ui-btn xsmall")}
+ |
+
|
-
+
%endfor
% if hasattr(c,'repo_closed_branches') and c.repo_closed_branches:
%for cnt,branch in enumerate(c.repo_closed_branches.items()):
- ${branch[1].date}
- |
${h.link_to(branch[0]+' [closed]',
h.url('changeset_home',repo_name=c.repo_name,revision=branch[1].raw_id))}
- |
+
+ ${branch[1].date} |
${h.person(branch[1].author)} |
- r${branch[1].revision}:${h.short_id(branch[1].raw_id)} |
-
- ${h.link_to(_('changeset'),h.url('changeset_home',repo_name=c.repo_name,revision=branch[1].raw_id),class_="ui-btn xsmall")}
- |
- ${h.link_to(_('files'),h.url('files_home',repo_name=c.repo_name,revision=branch[1].raw_id),class_="ui-btn xsmall")}
+ |
+
|
-
+
%endfor
- %endif
+ %endif
%else:
${_('There are no branches yet')}
diff --git a/rhodecode/templates/files/files_browser.html b/rhodecode/templates/files/files_browser.html
--- a/rhodecode/templates/files/files_browser.html
+++ b/rhodecode/templates/files/files_browser.html
@@ -84,8 +84,9 @@
%if node.is_file():
-
- ${'r%s:%s' % (node.last_changeset.revision,node.last_changeset.short_id)}
+
%endif
|
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
@@ -17,7 +17,7 @@
|
+
|
${h.person(repo['contact'])} |
diff --git a/rhodecode/templates/journal/journal.html b/rhodecode/templates/journal/journal.html
--- a/rhodecode/templates/journal/journal.html
+++ b/rhodecode/templates/journal/journal.html
@@ -29,12 +29,12 @@
%if h.HasPermissionAny('hg.admin','hg.create.repository')():
-
- ${h.link_to(_('ADD REPOSITORY'),h.url('admin_settings_create_repository'))}
+ ${h.link_to(_('ADD'),h.url('admin_settings_create_repository'))}
%endif
@@ -74,7 +74,7 @@
src="${h.url('/images/icons/arrow_divide.png')}"/>
%endif
|
- ${("r%s:%s") % (repo['rev'],h.short_id(repo['tip']))} |
+ |
|
${h.form(url('repo_settings_delete', repo_name=repo['name']),method='delete')}
diff --git a/rhodecode/templates/shortlog/shortlog_data.html b/rhodecode/templates/shortlog/shortlog_data.html
--- a/rhodecode/templates/shortlog/shortlog_data.html
+++ b/rhodecode/templates/shortlog/shortlog_data.html
@@ -1,6 +1,6 @@
## -*- coding: utf-8 -*-
%if c.repo_changesets:
-
+
${_('commit message')} |
${_('age')} |
@@ -20,7 +20,7 @@
${h.age(cs.date)}
${h.person(cs.author)} |
- r${cs.revision}:${h.short_id(cs.raw_id)} |
+ |
${cs.branch}
diff --git a/rhodecode/templates/switch_to_list.html b/rhodecode/templates/switch_to_list.html
--- a/rhodecode/templates/switch_to_list.html
+++ b/rhodecode/templates/switch_to_list.html
@@ -4,7 +4,7 @@
%if c.rhodecode_repo.branches.values():
%for cnt,branch in enumerate(c.rhodecode_repo.branches.items()):
- - ${h.link_to('%s - %s' % (branch[0],h.short_id(branch[1])),h.url('files_home',repo_name=c.repo_name,revision=branch[1]))}
+ ${h.link_to('%s - %s' % (branch[0],h.short_id(branch[1])),h.url('files_home',repo_name=c.repo_name,revision=branch[1]))}
%endfor
%else:
- ${h.link_to(_('There are no branches yet'),'#')}
@@ -16,7 +16,7 @@
%if c.rhodecode_repo.tags.values():
%for cnt,tag in enumerate(c.rhodecode_repo.tags.items()):
- - ${h.link_to('%s - %s' % (tag[0],h.short_id(tag[1])),h.url('files_home',repo_name=c.repo_name,revision=tag[1]))}
+ ${h.link_to('%s - %s' % (tag[0],h.short_id(tag[1])),h.url('files_home',repo_name=c.repo_name,revision=tag[1]))}
%endfor
%else:
- ${h.link_to(_('There are no tags yet'),'#')}
@@ -29,7 +29,7 @@
%if c.rhodecode_repo.bookmarks.values():
%for cnt,book in enumerate(c.rhodecode_repo.bookmarks.items()):
- - ${h.link_to('%s - %s' % (book[0],h.short_id(book[1])),h.url('files_home',repo_name=c.repo_name,revision=book[1]))}
+ ${h.link_to('%s - %s' % (book[0],h.short_id(book[1])),h.url('files_home',repo_name=c.repo_name,revision=book[1]))}
%endfor
%else:
- ${h.link_to(_('There are no bookmarks yet'),'#')}
diff --git a/rhodecode/templates/tags/tags_data.html b/rhodecode/templates/tags/tags_data.html
--- a/rhodecode/templates/tags/tags_data.html
+++ b/rhodecode/templates/tags/tags_data.html
@@ -1,30 +1,27 @@
%if c.repo_tags:
-
+
- ${_('date')} |
- ${_('name')} |
- ${_('author')} |
- ${_('revision')} |
- ${_('links')} |
+ ${_('name')} |
+ ${_('date')} |
+ ${_('author')} |
+ ${_('revision')} |
%for cnt,tag in enumerate(c.repo_tags.items()):
-
- ${tag[1].date}
- |
${h.link_to(tag[0],
- h.url('changeset_home',repo_name=c.repo_name,revision=tag[1].raw_id))}
+ h.url('files_home',repo_name=c.repo_name,revision=tag[1].raw_id))}
+
- |
+
+ ${tag[1].date} |
${h.person(tag[1].author)} |
- r${tag[1].revision}:${h.short_id(tag[1].raw_id)} |
-
- ${h.link_to(_('changeset'),h.url('changeset_home',repo_name=c.repo_name,revision=tag[1].raw_id),class_="ui-btn xsmall")}
- |
- ${h.link_to(_('files'),h.url('files_home',repo_name=c.repo_name,revision=tag[1].raw_id),class_="ui-btn xsmall")}
- |
+
+
+ |
%endfor
| | |