Commit a4017bb8415f879d0fc2670b65320bd97726c8da
Committed by
Arthur Esposte
1 parent
310baab6
Exists in
master
and in
5 other branches
Remove link from admin_panel to create institution.
Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
Showing
1 changed file
with
0 additions
and
12 deletions
Show diff stats
lib/software_communities_plugin.rb
| ... | ... | @@ -92,18 +92,6 @@ class SoftwareCommunitiesPlugin < Noosfero::Plugin |
| 92 | 92 | person.has_permission_without_plugins?(permission, target) |
| 93 | 93 | end |
| 94 | 94 | |
| 95 | - def admin_panel_links | |
| 96 | - [ | |
| 97 | - { | |
| 98 | - :title => _('Create Institution'), | |
| 99 | - :url => { | |
| 100 | - :controller => 'software_communities_plugin', | |
| 101 | - :action => 'create_institution_admin' | |
| 102 | - } | |
| 103 | - } | |
| 104 | - ] | |
| 105 | - end | |
| 106 | - | |
| 107 | 95 | protected |
| 108 | 96 | |
| 109 | 97 | def software_info_transaction | ... | ... |