Commit 1d85e3df1f5134c3f31a052e36ab9e83b28d8735
1 parent
4a4ec101
Exists in
master
and in
2 other branches
Change Institution info button reference
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/gov_user_plugin.rb
... | ... | @@ -289,7 +289,7 @@ class GovUserPlugin < Noosfero::Plugin |
289 | 289 | :title => _('Institution Info'), |
290 | 290 | :icon => 'edit-profile-group control-panel-instituton-link', |
291 | 291 | :url => { |
292 | - :controller => 'software_communities_plugin_myprofile', | |
292 | + :controller => 'gov_user_plugin_myprofile', | |
293 | 293 | :action => 'edit_institution' |
294 | 294 | } |
295 | 295 | } | ... | ... |