From f62c26d1dade224871a3043e1e47963b358bd345 Mon Sep 17 00:00:00 2001 From: David Gay Date: Tue, 25 May 2021 20:31:41 -0400 Subject: stop_activity --- app/views/activities/_timer.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/activities') 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"> - <%= link_to "Stop", character_path(current_char) %> + <%= button_to "Stop", stop_activity_path %> <% end %> -- cgit v1.2.3