framework/js
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
..
admin Add abstract SettingsModal component in admin app 2015-09-18 13:13:25 +09:30
forum Select contents of search input on focus 2015-09-22 17:06:06 +09:30
lib Patch Mithril with a route shortcut attribute 2015-09-22 17:09:38 +09:30
.gitignore Share bower components between forum/admin 2015-05-05 09:16:34 +09:30
bower.json Patch Mithril with a bidi attribute 2015-09-18 13:06:37 +09:30