diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index a7d5db8..8cbebf6 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -251,7 +251,7 @@ header h1 span { margin: 0; } -.inline h2, .inline a, .inline li{ +.inline h2, .inline a, .inline li, .inline_it{ display: inline-block; } diff --git a/pagure/templates/repo_info.html b/pagure/templates/repo_info.html index e89afd3..1a8ca04 100644 --- a/pagure/templates/repo_info.html +++ b/pagure/templates/repo_info.html @@ -3,6 +3,10 @@ {% block title %}{{ select.capitalize() }} - {{ repo.name }}{% endblock %} {%block tag %}home{% endblock %} +{% block header %} + +{% endblock %} {% block repo %} @@ -127,7 +131,7 @@

Last {{ last_commits | length }} commits

{% endif %} {% if diff_commits and authenticated %} - + @@ -135,6 +139,19 @@ {% endif %} + {% if repo_admin and branchname != 'master' %} +
+ {{ form.csrf_token }} + +
+ {% endif %}