summaryrefslogtreecommitdiff
path: root/app/views/activities/_timer.html.erb
blob: 46e0eb0dc78ac1ccf32443d5f5bb2c15a7d58104 (plain)
1
2
3
4
5
6
7
8
9
<% if current_char.activity %>
  <div data-controller="timer"
       data-timer-start-value="<%= current_char.activity_time_remaining.ceil %>"
       data-timer-post-url-value="<%= finish_activity_url %>"
       class="text-center">
    <span data-timer-target="timer" class="text-3xl"></span>
  </div>
  <%= button_to "Stop", stop_activity_path %>
<% end %>