Files @ 4bd2c3590a22
Branch filter:

Location: kallithea/scripts/run-all-cleanup - annotation

domruf
templates: more consistently put icons inside 'Delete' and 'Edit' buttons

- on repo, repo group, user and user group list page.

For now, we keep the text and keep the button visible.

The Edit button was typically a submit button, not inside a form but inside an
<a>. It did thus not really trigger a submit but just followed the link.

Extracted by Mads Kiilerich.
#!/bin/sh

# Convenience script for running various idempotent source code cleanup scripts

set -e
set -x

scripts/docs-headings.py
scripts/generate-ini.py
scripts/whitespacecleanup.sh