opf/openproject

View on GitHub
modules/costs/app/views/my/timer/show.html.erb

Summary

Maintainability
Test Coverage
<%= turbo_frame_tag "my_timers" do %>
  <div
    class="op-menu--item-action"
    data-controller="my--timers"
    data-my--timers-start-value="'<%= @timer.created_at %>'"
    data-application-target="dynamic"
  >

    <span
      data-my--timers-target="elapsedTime"

    ></span>

   
  </div>
<% end %>