diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -572,13 +572,17 @@ div.header img { padding: 11px 10px 11px 10px; } -#content div.panel div.panel-heading ul.links.icon-only-links li a { +#content div.panel div.panel-heading .links.icon-only-links a { float: left; color: #fff; margin: 0; padding: 11px 10px 11px 10px; } +#content div.panel div.panel-heading .links.icon-only-links { + float: right; +} + #content div.panel h1, #content div.panel h2, #content div.panel h3, diff --git a/kallithea/templates/admin/repo_groups/repo_group_edit.html b/kallithea/templates/admin/repo_groups/repo_group_edit.html --- a/kallithea/templates/admin/repo_groups/repo_group_edit.html +++ b/kallithea/templates/admin/repo_groups/repo_group_edit.html @@ -15,14 +15,6 @@ » ${h.link_to(c.repo_group.name,h.url('repos_group_home',group_name=c.repo_group.group_name))} -<%def name="breadcrumbs_side_links()"> - - - <%block name="header_menu"> ${self.menu('admin')} @@ -31,7 +23,11 @@
${self.breadcrumbs()} - ${self.breadcrumbs_side_links()} +
##main diff --git a/kallithea/templates/admin/repos/repo_edit_advanced.html b/kallithea/templates/admin/repos/repo_edit_advanced.html --- a/kallithea/templates/admin/repos/repo_edit_advanced.html +++ b/kallithea/templates/admin/repos/repo_edit_advanced.html @@ -3,10 +3,8 @@ ${h.form(url('edit_repo_advanced_fork',
${h.select('id_fork_of','',c.repos_list)} ${h.submit('set_as_fork_%s' % c.repo_info.repo_name,_('Set'),class_="btn btn-default btn-sm")} -
-
    -
  • ${_('''Manually set this repository as a fork of another from the list.''')}
  • -
+
+ ${_('''Manually set this repository as a fork of another from the list.''')}
${h.end_form()} @@ -35,10 +33,8 @@ ${h.form(url('edit_repo_advanced_journal %endif
-
- +
+ ${_('All actions done in this repository will be visible to everyone in the public journal.')}
${h.end_form()} @@ -63,11 +59,8 @@ ${h.form(url('edit_repo_advanced_locking ${_('Repository is not locked')} %endif -
- +
+ ${_('Force locking on the repository. Works only when anonymous access is disabled. Triggering a pull locks the repository. The user who is pulling locks the repository; only the user who pulled and locked it can unlock it by doing a push.')}
${h.end_form()} @@ -91,10 +84,8 @@ ${h.form(url('delete_repo', repo_name=c. ${_('Delete forks')} %endif -
- +
+ ${_('The deleted repository will be moved away and hidden until the administrator expires it. The administrator can both permanently delete it or restore it.')}
${h.end_form()} diff --git a/kallithea/templates/admin/repos/repo_edit_caches.html b/kallithea/templates/admin/repos/repo_edit_caches.html --- a/kallithea/templates/admin/repos/repo_edit_caches.html +++ b/kallithea/templates/admin/repos/repo_edit_caches.html @@ -2,13 +2,10 @@ ${h.form(url('update_repo_caches', repo_
${h.submit('reset_cache_%s' % c.repo_info.repo_name,_('Invalidate Repository Cache'),class_="btn btn-default btn-sm")} -
-
    -
  • ${_('Manually invalidate cache for this repository. On first access, the repository will be cached again.')} -
  • -
+
+ ${_('Manually invalidate cache for this repository. On first access, the repository will be cached again.')}
-
+
${_('List of Cached Values')}
diff --git a/kallithea/templates/admin/repos/repo_edit_statistics.html b/kallithea/templates/admin/repos/repo_edit_statistics.html --- a/kallithea/templates/admin/repos/repo_edit_statistics.html +++ b/kallithea/templates/admin/repos/repo_edit_statistics.html @@ -1,13 +1,15 @@ ${h.form(url('edit_repo_statistics_update', repo_name=c.repo_info.repo_name))}
-
-
    +
    +
    • ${_('Processed commits')}: ${c.stats_revision}/${c.repo_last_rev}
    • ${_('Processed progress')}: ${c.stats_percentage}%
    -
    +
+
${h.submit('reset_stats_%s' % c.repo_info.repo_name,_('Reset Statistics'),class_="btn btn-default btn-sm",onclick="return confirm('"+_('Confirm to remove current statistics.')+"');")} +
${h.end_form()} diff --git a/kallithea/templates/journal/journal.html b/kallithea/templates/journal/journal.html --- a/kallithea/templates/journal/journal.html +++ b/kallithea/templates/journal/journal.html @@ -22,21 +22,13 @@ <%def name="main()">
- ${self.breadcrumbs()} - + ${self.breadcrumbs()} +
<%include file='journal_data.html'/> diff --git a/kallithea/templates/pullrequests/pullrequest_show.html b/kallithea/templates/pullrequests/pullrequest_show.html --- a/kallithea/templates/pullrequests/pullrequest_show.html +++ b/kallithea/templates/pullrequests/pullrequest_show.html @@ -214,7 +214,7 @@ ${self.repo_context_bar('showpullrequest %for member,status in c.pull_request_reviewers: %endfor -
    +
      %for member,status in c.pull_request_reviewers: ## WARNING: the HTML below is duplicate with ## kallithea/public/js/base.js