fernandokosh/redmine_time_tracker

View on GitHub
app/views/time_logs/show_booking.js.erb

Summary

Maintainability
Test Coverage
<% @time_logs.each do |item| %>

$('#<%= "entry-" + item.id.to_s %>').html('<%= escape_javascript(render(:partial => 'time_logs/booking_form', :locals => {:time_log => item})) %>');

<% end %>
contextMenuHide();
contextMenuUnselectAll();
hideMultiFormButtons('tl_book_form_button');