diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index 22e57ac..ba55e94 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -201,6 +201,24 @@ min-height: 85vh; right:6px!important; } +.button-label{ + padding: .25rem .75rem; + font-size: .875rem; + line-height: 1.5; + border-radius: .2rem; + display: inline-block; + font-weight: 400; + text-align: center; + white-space: nowrap; + vertical-align: middle; + border: 1px solid transparent; +} + +.button-label-default +{ + background-color:#eee; +} + .ellipsis { white-space: nowrap; overflow: hidden; diff --git a/pagure/templates/commits.html b/pagure/templates/commits.html index 0827f00..c824857 100644 --- a/pagure/templates/commits.html +++ b/pagure/templates/commits.html @@ -4,7 +4,7 @@ {% set tag = "home" %} {% block repo %} -
+
{% if repo_obj and repo_obj.is_empty %}
{% else %} +

Commits {{number_of_commits}}

+
-
- Displaying {{number_of_commits}} commits in - +
+
+
{% if repo.is_fork %} + {{ repo.user.user }}/{{ repo.name }} {% else %} - + {{ repo.name }} {% endif %} - {{ repo.fullname }} - - - - {{branchname}} - + +
+ {% if branchname %} +
+ + +
+ {% endif %}
+
+
{% if diff_commits|count > 0 %}