Ghost/core/admin/assets
Matthew Harrison-Jones c6734ebbf6 Moved shortcut initialisation over to interation
Currently using jQuery.each not _.each. Can be easily changed with
```
_.each(MarkdownShortcuts, function(short) {
    shortcut.add(short.key, function () {
         return editor.addMarkdown({style: short.style});
    });
});
```
2013-05-28 14:23:01 +01:00
..
fonts Initial commit to GitHub repo 2013-05-11 17:44:25 +01:00
img Initial commit to GitHub repo 2013-05-11 17:44:25 +01:00
js Moved shortcut initialisation over to interation 2013-05-28 14:23:01 +01:00
lib Custom inputs using iCheck 2013-05-13 18:25:16 +01:00
sass Simple conversion of designed 'users' section. 2013-05-13 20:12:40 +01:00