fix(settings): remove useless commas

This commit is contained in:
Diptesh Choudhuri 2023-01-24 15:07:46 +00:00
parent 998ff009f5
commit 6855539315
1 changed files with 1 additions and 4 deletions

View File

@ -267,9 +267,6 @@
<span>{{- $value -}}</span>
<button type="submit" class="bg-gray-900 text-center hover:bg-gray-700 rounded-full w-4 h-4 leading-none text-red-600" title="Delete label">x</button>
</form>
{{ if lt $j (add (len $label.Values) -1) }}
<span class="-ml-1">{{- ", " | capitalize -}}</span>
{{ end }}
{{ end }}
<form action="" method="post" class="inline-flex space-x-1">
<input type="hidden" name="action" class="block" value="add_label">
@ -297,7 +294,7 @@
<div class="flex flex-col space-y-4">
<div class="flex items-center mt-2 w-full text-gray-500 text-sm space-x-4">
<select name="key" id="select-project"
class="select-default grow">
class="select-default grow" multiple>
{{ range $i, $p := .Projects }}
<option value="{{ $p }}">{{ $p }}</option>
{{ end }}