summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-05-25 20:31:41 -0400
committerDavid Gay <david@davidgay.org>2021-05-25 20:31:41 -0400
commitf62c26d1dade224871a3043e1e47963b358bd345 (patch)
tree9a92abaf99e8ccbde1185c1c5047b81e25e702ba /app/views
parentca9d189e51b7467f539d906a6e891fa4a7caa2fc (diff)
stop_activity
Diffstat (limited to 'app/views')
-rw-r--r--app/views/activities/_timer.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/activities/_timer.html.erb b/app/views/activities/_timer.html.erb
index 27d9272..46e0eb0 100644
--- a/app/views/activities/_timer.html.erb
+++ b/app/views/activities/_timer.html.erb
@@ -5,5 +5,5 @@
class="text-center">
<span data-timer-target="timer" class="text-3xl"></span>
</div>
- <%= link_to "Stop", character_path(current_char) %>
+ <%= button_to "Stop", stop_activity_path %>
<% end %>