Skip to content

Commit

Permalink
Simplifica rendericação dos campos removendo descrição e adicionando …
Browse files Browse the repository at this point in the history
…tipos
  • Loading branch information
berinhard authored and turicas committed Sep 14, 2021
1 parent 793e77b commit fb96179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/templates/api/snippets/dataset_docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h6>Colunas</h6>
<ul class="table-fields">
{% for field in table.fields %}
{% if field.show %}
<li>{% if field.frontend_filter %}<i title="Pode ser utilizado como filtro via query string" class="fa fa-search"></i> {% endif %}<code>{{ field.name }}</code> ({{ field.title }}){% if field.description %}: {{ field.description }}{% endif %}</li>
<li><code>{{ field.name }}</code> ({{ field.get_type_display }}): {{ field.title }} </li>
{% endif %}
{% endfor %}
</ul>
Expand Down

0 comments on commit fb96179

Please sign in to comment.