Skip to content

Commit

Permalink
Fix taxonomies overview link in file form extension
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkleiner committed Dec 19, 2019
1 parent 5c50ffb commit 5b0ec62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extensions/FileFormFactoryTaxonomyExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function updateFormFields(FieldList $fields, $controller, $formName, $con

$taxonomiesOverviewLink = LiteralField::create(
'TaxonomiesOverviewLink',
'<a href="/at-taxonomies-overview" target="_blank" class="at-link-external">Open \'All taxonomies\' overview</a>'
'<a href="/at-taxonomy-overview" target="_blank" class="at-link-external">Open \'All taxonomies\' overview</a>'
);

$fields->addFieldsToTab('Editor.Tags', [
Expand Down

0 comments on commit 5b0ec62

Please sign in to comment.