Skip to content

Commit cebbd4b

Browse files
author
Ivan Stanojevic
committed
removed bulk button
1 parent e3d5527 commit cebbd4b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

templates/pages/project/show.html.twig

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@
5151
href="{{ path('page_new', {'project': project.id}) }}">
5252
<i class="fa fa-plus-square"></i>
5353
</a>
54-
<a data-toggle="tooltip"
55-
data-placement="left"
56-
title="Bulk page add"
57-
class="btn btn-primary float-right mt-1"
58-
href="{{ path('project_bulk_add', {'project': project.id}) }}">
59-
<i class="fa fa-plus-square"></i>
60-
<i class="fa fa-plus-square"></i>
61-
</a>
54+
{#<a data-toggle="tooltip"#}
55+
{#data-placement="left"#}
56+
{#title="Bulk page add"#}
57+
{#class="btn btn-primary float-right mt-1"#}
58+
{#href="{{ path('project_bulk_add', {'project': project.id}) }}">#}
59+
{#<i class="fa fa-plus-square"></i>#}
60+
{#<i class="fa fa-plus-square"></i>#}
61+
{#</a>#}
6262
</div>
6363
</div>
6464

0 commit comments

Comments
 (0)