Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
Ederporto committed Feb 8, 2024
1 parent 6461e8a commit fa0fe2e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions metrics/templates/metrics/list_metrics_reports.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
<h1>{% trans metric.text %}</h1>
{% for metric_goal in values %}
<h2>{% trans metric_goal.text %}</h2>
<div class="w3-container">
<p><b>{% trans "Goal" %}:</b> {{ metric_goal.goal }}</p>
<p><b>{% trans "Done" %}:</b> {{ metric_goal.done }}</p>
</div>
<table id="reports_{{ metric.id }}" class="table table-striped table-fixed table-sara metrics_table"
data-mobile-responsive="true"
data-check-on-init="true"
Expand Down

0 comments on commit fa0fe2e

Please sign in to comment.