()
| 293 | 'il-signup': go('account/IsraelSignupView'), |
| 294 | |
| 295 | 'impact' () { |
| 296 | return this.routeDirectly('PageImpact', [], { vueRoute: true, baseTemplate: 'base-flat-vue' }) |
| 297 | }, |
| 298 | |
| 299 | 'partners' () { |
| 300 | return this.routeDirectly('PagePartners', [], { vueRoute: true, baseTemplate: 'base-flat-vue' }) |
nothing calls this directly
no test coverage detected