git-annex/templates
Joey Hess 8820091b4c webapp: remind user when using repositories that lack consistency checks
When starting up the assistant, it'll remind about the current
repository, if it doesn't have checks. And when a removable drive
is plugged in, it will remind if a repository on it lacks checks.

Since that might be annoying, the reminders can be turned off.

This commit was sponsored by Nedialko Andreev.
2013-10-29 16:50:38 -04:00
..
configurators webapp: remind user when using repositories that lack consistency checks 2013-10-29 16:50:38 -04:00
control assistant: Support repairing git remotes that are locally accessible 2013-10-27 15:38:59 -04:00
dashboard animate syncing and other activity icons 2013-04-08 22:54:02 -04:00
documentation added a link to the source code 2013-07-10 11:37:32 -04:00
notifications webapp: Improve javascript's handling of longpolling connection failures, by reloading the current page in this case. Works around chromium behavior where ajax connections to urls that were already accessed are denied after navigating back to a previous page. 2013-09-09 01:24:20 -04:00
sidebar improve display of multiline messages in alerts 2013-04-24 11:45:41 -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 drop down menu for each repository with edit, disable, delete 2013-04-03 21:28:21 -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 shorten 2013-05-06 18:15:14 -04:00
README add README 2012-07-27 00:40:18 -04:00
repolist.hamlet fix build with old yesod 2013-08-02 12:32:16 -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.