Skip to content

Commit

Permalink
Remove link to edit organization
Browse files Browse the repository at this point in the history
  • Loading branch information
enricostano committed Jun 15, 2017
1 parent 4b34130 commit 23ea2f0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/views/application/menus/_user_admin_menu.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,5 @@
<%= t "layouts.application.edit_profile" %>
<% end %>
</li>
<% current_user.members.where(manager: true).each do |m| %>
<li role="presentation">
<%= link_to m.organization do %>
<%= glyph :pencil %>
<%= t "layouts.application.edit_org", organization: m.organization %>
<% end %>
</li>
<% end %>
</ul>
</li>

0 comments on commit 23ea2f0

Please sign in to comment.