summaryrefslogtreecommitdiff
path: root/app/views/runs
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/runs
parenta5c7206db0a63a577b4451dd353f40ed20a35b2c (diff)
Button and link styling
Diffstat (limited to 'app/views/runs')
-rw-r--r--app/views/runs/new.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/runs/new.html.erb b/app/views/runs/new.html.erb
index e8b7b6e..0c5c3ad 100644
--- a/app/views/runs/new.html.erb
+++ b/app/views/runs/new.html.erb
@@ -15,7 +15,7 @@
</div>
<div>
- <%= f.submit "Start run" %>
+ <%= f.submit "Start run", class: "btn-primary" %>
</div>
<% if @run.errors.any? %>