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-07-15 14:01:11 +09:30
2015-07-17 14:47:49 +09:30
2015-08-26 17:11:54 +09:30
2015-07-29 20:58:22 +09:30
2015-07-15 14:01:11 +09:30
2015-07-15 14:01:11 +09:30
2015-09-04 12:15:41 +09:30
2015-07-15 14:01:11 +09:30
2015-07-15 14:01:11 +09:30
2015-07-15 14:01:11 +09:30
2015-07-15 14:01:11 +09:30
2015-07-18 10:56:01 +09:30
2015-09-01 10:08:37 +09:30