Skip to content
Snippets Groups Projects
Commit 8698082c authored by Robert Goldmann's avatar Robert Goldmann
Browse files

Fixed #617 - category overview: jump to search on click on number of usages

parent b252b6d4
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@
<tr>
<td><@categoriesFunctions.categoryCircle category/></td>
<td>${categoryName} </td>
<td>${usageCount}</td>
<td><a href="<@s.url '/search?searchCategory=true&searchText=' + categoryName/>" class="waves-effect waves-light text-default">${usageCount}</a></td>
<td>
<@header.buttonFlat url='/categories/' + category.ID?c + '/edit' icon='edit' localizationKey='' classes="no-padding text-default"/>
<#if (category.getType().name() == "CUSTOM")>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment