1
0
mirror of https://github.com/flarum/core.git synced 2025-07-04 16:46:08 +02:00
Files
php-flarum/js/lib/utils
Toby Zerner f591851cb2 Patch Mithril with a route shortcut attribute
Instead of:

<a href={app.route.user(user)} config={m.route}>

We can use:

<a route={app.route.user(user)}>
2015-09-22 17:09:38 +09:30
..