Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Show ballot when record isn't set
Alexis Sellier committed 4 years ago
commit 807589b5f33e13747ef0c3857b91837261db75d2
parent ce1bbdb61707ffeb5c91895b4b9bf6b32c60195a
1 file changed +1 -1
modified src/Form.svelte
@@ -122,7 +122,7 @@
              {field.value}
            {/if}
          {:else}
-
            <span class="subtle">Not set</span>
+
            <span class="subtle not-set">&cross; Not set</span>
          {/if}
        </span>
      {/if}