Skip to content

Commit

Permalink
Hide timer cancel button (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
CuddlyBunion341 authored Jul 3, 2024
1 parent 158c5a1 commit cd9676b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/timer_sessions/_timer_container.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@
<% end %>
<% end %>

<%= button_to "hide me", time_tracker_path, method: :delete, form: {id: "timer-cancel-form", data: {remote: true}, format: "js"} %>
<%= button_to "", time_tracker_path, class: "hidden", method: :delete, form: {id: "timer-cancel-form", data: {remote: true}, format: "js"} %>
</div>
</div>

0 comments on commit cd9676b

Please # to comment.