Skip to content

Commit

Permalink
[#578 state:resolved] dev-user-changer was ignoring base_url
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlarsen committed Dec 10, 2009
1 parent cf49a25 commit 44e8718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hobo/taglibs/rapid_core.dryml
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ The context should be a user object. If `this == current_user` the "you" form is
<set user="&Hobo::User.default_user_model"/>
<select-menu if="&user && RAILS_ENV == 'development'"
first-option="Guest" options="&user.all(:limit => 30).*.login"
onchange="location.href = '/dev/set_current_user?login=' + this.options[this.selectedIndex].value"
onchange="location.href = '#{dev_support_path}/set_current_user?login=' + this.options[this.selectedIndex].value"
selected="#{current_user.login}"
class="dev-user-changer"/>
</def>

0 comments on commit 44e8718

Please sign in to comment.