diff --git a/period/templates/base.html b/period/templates/base.html index 9b592f1..9d1bb50 100644 --- a/period/templates/base.html +++ b/period/templates/base.html @@ -15,7 +15,7 @@ margin: 30px 0; } .table-wrapper { - /* min-width: 1000px; */ + min-width: 400px; background: #fff; padding: 20px 25px; border-radius: 3px; @@ -230,12 +230,12 @@ table.table .avatar { -
diff --git a/period/templates/cycle/index.html b/period/templates/cycle/index.html index 87b6efc..8861ed6 100644 --- a/period/templates/cycle/index.html +++ b/period/templates/cycle/index.html @@ -13,6 +13,9 @@

{% block title %}Cycles{% endblock %}

{% endblock %} +
+ New Cycle +
{% for cycle in cycles %}