Skip to content

Commit

Permalink
Merge pull request #7 from jacob-v-dam/fix-module-rights-in-template
Browse files Browse the repository at this point in the history
Fixed generate button not visible
  • Loading branch information
jeroendesloovere authored Sep 15, 2020
2 parents 657d927 + fc93adc commit 38cf305
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% import "Layout/Templates/macros.html.twig" as macro %}

{% block actionbar %}
{% if showBrandsAdd %}
{% if showSitemapsGenerate %}
<div class="btn-toolbar pull-right">
{{ macro.buttonIcon(geturl('Generate'), 'icon-refresh', 'lbl.Generate'|trans|ucfirst) }}
</div>
Expand Down

1 comment on commit 38cf305

@puzzle-jigsaw
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We tried it out on the Puzzle jigsaw

Please sign in to comment.