Skip to content

Commit 8841d97

Browse files
author
roadiz-ci
committed
style(documents/head.html.twig): remove random button
1 parent e79544b commit 8841d97

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

templates/documents/head.html.twig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,12 @@
6969
<span class="rz-button__label">{{ 'embed.document'|trans }}</span>
7070
<span class="rz-button__icon rz-icon-ri--add-line"></span>
7171
</a>
72-
<a class="rz-button rz-button--primary rz-button-group__button"
72+
{# feature not working #}
73+
{# <a class="rz-button rz-button--primary rz-button-group__button"
7374
href="{{ path('documentsRandomPage', {folderId: folder.id}) }}">
7475
<span class="rz-button__label">{{ 'random.document'|trans }}</span>
7576
<span class="rz-button__icon rz-icon-ri--star-line"></span>
76-
</a>
77+
</a> #}
7778
</div>
7879
{% endif %}
7980
{% endblock %}

0 commit comments

Comments
 (0)