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') ) %> -
- <% f.fields_for :image_builder, @community.image do |i| %> - <%= file_field_or_thumbnail(_('Image:'), @community.image, i) %> - <% end %> -
+ <% f.fields_for :image_builder, @community.image do |i| %> + <%= file_field_or_thumbnail(_('Image:'), @community.image, i) %> + <% end %>
<%= _('New members must be approved:')%> diff --git a/app/views/search/communities.rhtml b/app/views/search/communities.rhtml index 2cc053b..f651793 100644 --- a/app/views/search/communities.rhtml +++ b/app/views/search/communities.rhtml @@ -12,11 +12,12 @@
<%= __('Choose the communities you want to join and/or create your own.') %>
<% end %> -<%# FIXME ARMENGUE %> -<%= display_results(false) %> - -<%= pagination_links @results.values.first %> +
+ <%# FIXME ARMENGUE %> + <%= display_results(false) %> + <%= pagination_links @results.values.first %> +
<% if logged_in? %> <% button_bar do %> -- libgit2 0.21.2