summaryrefslogtreecommitdiff
path: root/app/views/activities/_timer.html.erb
blob: 418c3786bc8aa04b0f0a1471e5a9262ebb924ab7 (plain)
1
2
3
4
5
6
7
8
<% if current_char.activity %>
  <div data-controller="activities--timer"
       data-activities--timer-start-value="<%= current_char.activity_time_remaining.ceil %>"
       class="text-center">
    <span data-activities--timer-target="timer" class="text-3xl"></span>
  </div>
  <%= link_to "Stop", location_path(current_char.activity.location) %>
<% end %>