git-annex/templates
Joey Hess 8bbe4ff934 remove Retry button
Testing suggests that at least some browsers (like mozilla) cache
things in a way that prevents the href="#" from reloading anything,
so the button didn't work.

Did not see a quick way to fix this better, so just suggest user reload.
2014-01-31 20:53:34 -04:00
..
configurators remove Retry button 2014-01-31 20:53:34 -04:00
control use global webapp redirects when shutting down 2013-11-23 16:21:09 -04:00
dashboard webapp: Improve UI around remote that have no annex.uuid set, either because setup of them is incomplete, or because the remote git repository is not a git-annex repository. 2013-11-07 18:02:00 -04:00
documentation did I really just get feedback on a docuentation page I thought nobody would ever read?! 2013-11-02 20:25:42 -04:00
notifications global webapp redirects, to finish upgrades 2013-11-23 14:47:38 -04:00
sidebar restart on upgrade is working, including automatic restart 2013-11-23 00:54:08 -04:00
actionbutton.hamlet
bootstrap.hamlet
controlmenu.hamlet
error.cassius
error.hamlet
page.cassius
page.hamlet don't shown non-working file browser opening UI on android 2013-12-03 13:41:23 -04:00
page.julius global webapp redirects, to finish upgrades 2013-11-23 14:47:38 -04:00
README
repolist.hamlet webapp: Improve UI around remote that have no annex.uuid set, either because setup of them is incomplete, or because the remote git repository is not a git-annex repository. 2013-11-07 18:02:00 -04:00
repolist.julius

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.