You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: views/templates.pug
+2-1
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@
60
60
span 11010
61
61
input.d-none(type="checkbox")
62
62
.button-checkbox
63
-
button.nav-link-sm.btn.btn-light.btn-sm(type="button"title="Execute the binary"data-bind="execute"aria-pressed="false")
63
+
button.btn.btn-light.btn-sm(type="button"title="Execute the binary"data-bind="execute"aria-pressed="false")
64
64
span ./a.out
65
65
input.d-none(type="checkbox")
66
66
.button-checkbox
@@ -92,6 +92,7 @@
92
92
span.fas.fa-book(title="Include libs")
93
93
span.hideable Libraries
94
94
| #[b.caret]
95
+
.btn-group.btn-group-sm(role="group")
95
96
button.btn.btn-light.btn-sm.dropdown-toggle.add-pane(type="button"title="Add a new pane"data-toggle="dropdown"aria-haspopup="true"aria-expanded="false"aria-label="Add new element for this compiler")
0 commit comments