diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 1509efa..640cfa1 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -420,7 +420,7 @@ module ApplicationHelper end content_tag tag, link_to_remote( display, - :update => 'search-results', + :update => 'search-results-and-pages', :url => {:controller => 'account', :action => 'profile_details', :profile => profile.identifier}, :onclick => 'document.location.href = this.href', # work-arround for ie. :class => 'profile_link url', diff --git a/app/views/memberships/new_community.rhtml b/app/views/memberships/new_community.rhtml index 4ae4893..dd8d32c 100644 --- a/app/views/memberships/new_community.rhtml +++ b/app/views/memberships/new_community.rhtml @@ -17,11 +17,9 @@ <%= f.text_field('tag_list', :size => 64) %> <%= content_tag( 'small', _('Separate tags with commas') ) %> -