File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/app/shared/view-mode-switch Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 33 < button
44 [attr.aria-current] ="currentMode === viewModeEnum.ListElement "
55 [attr.aria-label] ="'search.view-switch.show-list' | translate "
6+ [title] ="'search.view-switch.show-list' | translate "
67 routerLink =". "
78 [queryParams] ="{view: 'list'} "
89 queryParamsHandling ="merge "
1718 < button
1819 [attr.aria-current] ="currentMode === viewModeEnum.GridElement "
1920 [attr.aria-label] ="'search.view-switch.show-grid' | translate "
21+ [title] ="'search.view-switch.show-grid' | translate "
2022 routerLink =". "
2123 [queryParams] ="{view: 'grid'} "
2224 queryParamsHandling ="merge "
3133 < button
3234 [attr.aria-current] ="currentMode === viewModeEnum.DetailedListElement "
3335 [attr.aria-label] ="'search.view-switch.show-detail' | translate "
36+ [title] ="'search.view-switch.show-detail' | translate "
3437 routerLink =". "
3538 [queryParams] ="{view: 'detailed'} "
3639 queryParamsHandling ="merge "
4548 < button
4649 [attr.aria-current] ="currentMode === viewModeEnum.GeospatialMap "
4750 [attr.aria-label] ="'search.view-switch.show-geospatialMap' | translate "
51+ [title] ="'search.view-switch.show-geospatialMap' | translate "
4852 routerLink =". "
4953 [queryParams] ="{view: 'geospatialMap'} "
5054 queryParamsHandling ="merge "
You can’t perform that action at this time.
0 commit comments