Skip to content

Commit eb27400

Browse files
committed
Fixed problem with pre-1.4 update of members.
1 parent 54ff944 commit eb27400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/git_hosting/patches/members_controller_patch.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def render_with_trigger_refresh(*options, &myblock)
7272
if (@repository ||= @project.repository)
7373
render_without_trigger_refresh *options do |page|
7474
yield page
75-
Page.replace_html "tab-content-repository", :partial => 'projects/settings/repository'
75+
page.replace_html "tab-content-repository", :partial => 'projects/settings/repository'
7676
end
7777
end
7878
end

0 commit comments

Comments
 (0)