Skip to content

Commit

Permalink
Merge pull request #3047 from creative-commoners/pulls/6.0/fix-template
Browse files Browse the repository at this point in the history
FIX Use correct template syntax
  • Loading branch information
GuySartorelli authored Jan 14, 2025
2 parents 5d034de + 2bc8050 commit 70089c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="view-controls">
<% if not $TreeIsFiltered %>
<button id="filters-button" class="btn btn-secondary icon-button font-icon-search btn--icon-large no-text" title="<% _t('SilverStripe\CMS\Controllers\CMSMain.FILTER', 'Filter') %>"></button>
<button id="filters-button" class="btn btn-secondary icon-button font-icon-search btn--icon-large no-text" title="<%t SilverStripe\CMS\Controllers\CMSMain.FILTER 'Filter' %>"></button>
<% end_if %>
</div>

0 comments on commit 70089c4

Please sign in to comment.