mirror of
https://github.com/rickbarrette/stopwatch.git
synced 2026-04-02 09:51:57 -04:00
'Start/Stop tracking' on issues#show
This commit is contained in:
5
app/views/stopwatch_issue_timers/stop.js.erb
Normal file
5
app/views/stopwatch_issue_timers/stop.js.erb
Normal file
@@ -0,0 +1,5 @@
|
||||
window.stopwatch.updateStartStopLink(
|
||||
'#stopwatch_stop_timer_<%= @issue.id %>',
|
||||
'<%= j Stopwatch::IssueLinks.new(@issue).start_timer %>'
|
||||
);
|
||||
window.stopwatch.timerStopped();
|
||||
Reference in New Issue
Block a user