Skip to content

Commit

Permalink
Fixed problem with pre-1.4 update of members.
Browse files Browse the repository at this point in the history
  • Loading branch information
kubitron committed Oct 11, 2012
1 parent 54ff944 commit eb27400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/git_hosting/patches/members_controller_patch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def render_with_trigger_refresh(*options, &myblock)
if (@repository ||= @project.repository)
render_without_trigger_refresh *options do |page|
yield page
Page.replace_html "tab-content-repository", :partial => 'projects/settings/repository'
page.replace_html "tab-content-repository", :partial => 'projects/settings/repository'
end
end
end
Expand Down

0 comments on commit eb27400

Please sign in to comment.