diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index 721379e..402da4b 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -424,7 +424,6 @@ a.notblue:hover { .footer a, .footer a:hover { color: #d9d9d9; } #user_graph { - background-image: url("images/spinner.gif"); background-position: center center; background-repeat: no-repeat; min-height: 150px; @@ -557,6 +556,10 @@ th[data-sort] { margin-left:2em; } +.hidden{ + display: none; +} + /*Our specific responsive overrides*/ @media (min-width:544px) { diff --git a/pagure/templates/_render_repo.html b/pagure/templates/_render_repo.html index 0fd735d..775acce 100644 --- a/pagure/templates/_render_repo.html +++ b/pagure/templates/_render_repo.html @@ -264,19 +264,82 @@ {% endif %} {% endmacro %} -{% macro render_contributions_graph(username) %} - {% if config.get('DATAGREPPER_URL') %} -
-
- Contributions View List +{% macro render_activity_graph(username) %} + + + + + + +
+
Activity
+
+
-
- - User activity graph - + +
- {% endif %} +
{% endmacro%}