We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca78f9 commit da0a35cCopy full SHA for da0a35c
templates/repo/actions/workflow_dispatch.tmpl
@@ -51,7 +51,7 @@
51
{{end}}
52
</select>
53
{{else if eq $item.Type "boolean"}}
54
- <div class="ui inline toggle checkbox">
+ <div class="ui checkbox">
55
<label title="Input: {{$key}}">{{$item.Description}}</label>
56
<input type="checkbox" name="{{$key}}" {{if eq $item.Default "true"}}checked{{end}}>
57
</div>
@@ -64,7 +64,7 @@
64
65
66
67
- <button class="ui tiny blue button" type="submit">Submit</button>
+ <button class="ui primary tiny button" type="submit">Submit</button>
68
</form>
69
70
0 commit comments