mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-17 04:38:08 +01:00
fix suppressing some edit actions on certain views that were enables incorrectly
This commit is contained in:
parent
4f8132adc2
commit
1dca4747f3
4 changed files with 253 additions and 294 deletions
|
|
@ -39,9 +39,7 @@
|
|||
<%= render :partial => "todos/todo", :collection => @not_done, :locals => { :parent_container_type => "context" } %>
|
||||
<% if @not_done.empty?
|
||||
# fix (hack) for #713
|
||||
set_behavior_for_delete_icon
|
||||
set_behavior_for_star_icon
|
||||
set_behavior_for_edit_icon
|
||||
set_behavior_for_toggle_checkbox
|
||||
end
|
||||
-%>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue