Remove context menu (WIP)

TODO implement a solution for integrating context menus in plugins
pull/6827/head
Till Breuer 11 years ago
parent 8f49b46d3b
commit 5a45a8c9be
  1. 2
      app/views/my_projects_overviews/index.html.erb

@ -63,8 +63,6 @@ See doc/COPYRIGHT.md for more details.
</div> </div>
<% end %> <% end %>
<%= context_menu :controller => '/work_packages', :action => 'context_menu' %>
<% content_for :sidebar do %> <% content_for :sidebar do %>
<% if total_hours.present? %> <% if total_hours.present? %>
<h3><%= l(:label_spent_time) %></h3> <h3><%= l(:label_spent_time) %></h3>

Loading…
Cancel
Save