Commit dd5168937831f502fdaec80a918e2ca84bc4c099

Authored by Jailson Dias
1 parent f1874254

Removendo link para relatorios de webpage

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
topics/templates/resources/list.html
... ... @@ -31,7 +31,7 @@
31 31 <li><a href="{% url resource.update_link topic.slug resource.slug %}" class="edit"><i class="fa fa-pencil fa-fw" aria-hidden="true"></i>{% trans 'Edit' %}</a></li>
32 32  
33 33 {% if resource|class_name == 'webpage' %}
34   - <li><a href="{% url 'webpages:get_chart' resource.slug %}" class="edit"><i class="fa fa-line-chart fa-fw" aria-hidden="true"></i>{% trans 'Statistics' %}</a></li>
  34 + <li><a href="{% url 'webpages:get_chart' resource.slug %}" class="edit"><i class="fa fa-line-chart fa-fw" aria-hidden="true"></i>{% trans 'Reports' %}</a></li>
35 35 {% endif %}
36 36 {% if resource|class_name == 'goals' %}
37 37 <li><a href="{% url 'goals:reports' resource.slug %}" class="edit"><i class="fa fa-file-pdf-o fa-fw" aria-hidden="true"></i>{% trans 'Reports' %}</a></li>
... ...