git-annex/templates
2013-03-15 17:52:41 -04:00
..
configurators webapp: Display an alert when there are XMPP remotes, and a cloud transfer repository needs to be configured. 2013-03-15 17:52:41 -04:00
control gratuitous rename HomeR -> DashboardR 2013-03-12 22:18:36 -04:00
dashboard webapp: Repository list is now included in the dashboard, and other UI tweaks. 2013-03-15 00:34:42 -04:00
documentation show build flags on webapp about page 2013-03-09 14:59:38 -04:00
notifications webapp: More adjustments to longpoll code to deal with changes in variable quoting in different versions of shakespeare-js. 2013-01-14 18:35:33 -04:00
sidebar avoid using Blaze directly 2012-10-31 13:27:56 -04:00
actionbutton.hamlet add tooltips 2012-09-27 12:55:00 -04:00
bootstrap.hamlet refactor 2012-11-25 00:27:17 -04:00
controlmenu.hamlet webapp: Now has a page to view the log, accessed from the control menu. 2013-01-15 13:52:35 -04:00
error.cassius webapp: Prettify error display. 2012-12-02 15:02:49 -04:00
error.hamlet link to logs on error page 2013-01-15 16:32:00 -04:00
page.cassius template reorg 2012-07-27 20:47:48 -04:00
page.hamlet webapp: Add UI to stop assistant. 2013-01-03 15:24:21 -04:00
page.julius further refactoring my js 2012-07-30 20:33:23 -04:00
README add README 2012-07-27 00:40:18 -04:00
repolist.hamlet change syncing pause icon 2013-03-15 01:43:51 -04:00
repolist.julius webapp: Repository list is now included in the dashboard, and other UI tweaks. 2013-03-15 00:34:42 -04:00

These are template files for the git-annex webapp. They use the
Shakespearean template library, which is documented here:
http://www.yesodweb.com/book/shakespearean-templates

Note that for most of the templates, it will use files ending in
.hamlet, .julius, and .cassius if they exist. So if you need to add CSS,
or javascript, you can create the missing template files.