You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/templates/repo/settings/webhook
silverwind 68ec9b4859
Migrate margin and padding helpers to tailwind (#30043)
This will conclude the refactor of 1:1 class replacements to tailwind,
except `gt-hidden`. Commands ran:

```bash
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-0#tw-$1$2-0#g'   {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-1#tw-$1$2-0.5#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-2#tw-$1$2-1#g'   {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-3#tw-$1$2-2#g'   {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-4#tw-$1$2-4#g'   {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-5#tw-$1$2-8#g'   {web_src/js,templates,routers,services}/**/*
```
11 months ago
..
base.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 2 years ago
base_list.tmpl Migrate margin and padding helpers to tailwind (#30043) 11 months ago
delete_modal.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
dingtalk.tmpl Remove unnecessary "Str2html" modifier from templates (#29319) 12 months ago
discord.tmpl Remove unnecessary "Str2html" modifier from templates (#29319) 12 months ago
feishu.tmpl Remove unnecessary "Str2html" modifier from templates (#29319) 12 months ago
gitea.tmpl Remove unnecessary "Str2html" modifier from templates (#29319) 12 months ago
gogs.tmpl Remove unnecessary "Str2html" modifier from templates (#29319) 12 months ago
history.tmpl Replace 10 more gt- classes with tw- (#29945) 11 months ago
link_menu.tmpl Change webhook-type in create-view (#29114) 12 months ago
list.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 2 years ago
matrix.tmpl Remove unnecessary "Str2html" modifier from templates (#29319) 12 months ago
msteams.tmpl Remove unnecessary "Str2html" modifier from templates (#29319) 12 months ago
new.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
packagist.tmpl Remove unnecessary "Str2html" modifier from templates (#29319) 12 months ago
settings.tmpl Refactor Safe modifier (#29392) 12 months ago
slack.tmpl Remove unnecessary "Str2html" modifier from templates (#29319) 12 months ago
telegram.tmpl Remove unnecessary "Str2html" modifier from templates (#29319) 12 months ago
wechatwork.tmpl Remove unnecessary "Str2html" modifier from templates (#29319) 12 months ago