From f3b4308cb59bf4b21ff186f8479c82239446d139 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 7 Jun 2021 12:56:27 +0200 Subject: upgrade to bootstrap 5.0.1 and first batch of fixes --- .../bootstrap/site/layouts/partials/bugify.html | 40 ---------------------- 1 file changed, 40 deletions(-) delete mode 100644 vendor/twbs/bootstrap/site/layouts/partials/bugify.html (limited to 'vendor/twbs/bootstrap/site/layouts/partials/bugify.html') diff --git a/vendor/twbs/bootstrap/site/layouts/partials/bugify.html b/vendor/twbs/bootstrap/site/layouts/partials/bugify.html deleted file mode 100644 index 7edacb5d6..000000000 --- a/vendor/twbs/bootstrap/site/layouts/partials/bugify.html +++ /dev/null @@ -1,40 +0,0 @@ -{{- $words := (split . " ") -}} - -{{- range $word := $words -}} - {{- if (strings.Contains $word "#") -}} - {{- $separator := false -}} - - {{- if (strings.Contains $word ",") -}} - {{- $separator = true -}} - {{- end -}} - - {{- $data := split $word "#" -}} - {{- $bug_cat := replace (index $data 0) "\n" "" -}} - {{- $bug_id := replace (index $data 1) "\n" "" -}} - {{- $bug_id = replace $bug_id "," "" -}} - - {{- if (eq $bug_cat "Bootstrap") -}} - #{{ $bug_id }} - {{- else if (eq $bug_cat "Edge") -}} - Edge issue #{{ $bug_id }} - {{- else if (eq $bug_cat "A11yUserVoice") -}} - Microsoft A11y UserVoice idea #{{ $bug_id }} - {{- else if (eq $bug_cat "UserVoice") -}} - Edge UserVoice idea #{{ $bug_id }} - {{- else if (eq $bug_cat "Mozilla") -}} - Mozilla bug #{{ $bug_id }} - {{- else if (eq $bug_cat "Chromium") -}} - Chromium issue #{{ $bug_id }} - {{- else if (eq $bug_cat "WebKit") -}} - WebKit bug #{{ $bug_id }} - {{- else if (eq $bug_cat "Safari") -}} - Apple Safari Radar #{{ $bug_id }} - {{- else if (eq $bug_cat "Normalize") -}} - Normalize #{{ $bug_id }} - {{- end -}} - {{- if (eq $separator true) }}, {{ end -}} - - {{- else -}} - {{- $word -}} - {{- end -}} -{{- end -}} -- cgit v1.2.3