1
0
mirror of https://github.com/flarum/core.git synced 2025-07-18 23:31:17 +02:00
Files
php-flarum/js/lib
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
..
2015-09-05 16:05:02 +09:30
2015-09-18 13:29:50 +09:30
2015-09-16 16:03:25 +09:30
2015-08-14 12:50:39 +09:30