summaryrefslogtreecommitdiff
path: root/app/views/checkpoints/new.html.erb
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2023-10-31 00:40:50 -0400
committerDavid Gay <eapoems@riseup.net>2023-10-31 00:40:50 -0400
commitc68d91231c2be48dd4429df4f5fbaee37fbd954c (patch)
treea6d271c7e32fb63a0ad3b176326c6c9606b89ee3 /app/views/checkpoints/new.html.erb
parenta5c7206db0a63a577b4451dd353f40ed20a35b2c (diff)
Button and link styling
Diffstat (limited to 'app/views/checkpoints/new.html.erb')
-rw-r--r--app/views/checkpoints/new.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/checkpoints/new.html.erb b/app/views/checkpoints/new.html.erb
index fc61e9f..d122d91 100644
--- a/app/views/checkpoints/new.html.erb
+++ b/app/views/checkpoints/new.html.erb
@@ -15,7 +15,7 @@
</div>
<div>
- <%= f.submit "Submit checkpoint" %>
+ <%= f.submit "Submit checkpoint", class: "btn-primary" %>
</div>
<% if @checkpoint.errors.any? %>