We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b34130 commit 23ea2f0Copy full SHA for 23ea2f0
app/views/application/menus/_user_admin_menu.html.erb
@@ -30,13 +30,5 @@
30
<%= t "layouts.application.edit_profile" %>
31
<% end %>
32
</li>
33
- <% current_user.members.where(manager: true).each do |m| %>
34
- <li role="presentation">
35
- <%= link_to m.organization do %>
36
- <%= glyph :pencil %>
37
- <%= t "layouts.application.edit_org", organization: m.organization %>
38
- <% end %>
39
- </li>
40
41
</ul>
42
0 commit comments