Files @ 869976dfb8c2
Branch filter:

Location: kallithea/.hgignore

Na'Tosha Bard
Improve 'Show by ID' and 'Show by Name' on summary page.

This improves the summary page by switching these buttons to standard buttons,
removing the weird custom CSS class that seemed to try to do magic, but instead
just left the button overflowing the space.
syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg

syntax: regexp
^rcextensions
^build
^dist/
^docs/build/
^docs/_build/
^data$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^rc.*\.ini$
^fabfile.py
^\.idea$