From cc1aef969cb4500386992eca4ceef035496773e3 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 27 Nov 2019 00:23:44 -0800 Subject: [PATCH] gitweb: Move create button into manage section - Also make it the default button rather than primary button to avoid multiple primary buttons in the page. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- .../gitweb/templates/gitweb_configure.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/plinth/modules/gitweb/templates/gitweb_configure.html b/plinth/modules/gitweb/templates/gitweb_configure.html index af7a3384f..b9ab725d2 100644 --- a/plinth/modules/gitweb/templates/gitweb_configure.html +++ b/plinth/modules/gitweb/templates/gitweb_configure.html @@ -40,19 +40,19 @@ {% endblock %} -{% block status %} - - - {% trans 'Create repository' %} - -{% endblock %} - {% block configuration %} {{ block.super }}

{% trans "Manage Repositories" %}

+ +
{% if not repos %}