Skip to content

Commit

Permalink
Make the preference visible in the testing enviroment
Browse files Browse the repository at this point in the history
  • Loading branch information
zz9pzza committed Oct 5, 2014
1 parent 34fe64d commit 4367bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/preferences/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</li>
</ul>
</fieldset>
<% if $rollout.active?(:set_locale_preference, @user) then %>
<% if Rails.env.test? || $rollout.active?(:set_locale_preference, @user) then %>
<fieldset>
<dl>
<dt><%= f.label :prefered_locale, ts('Prefered Locale')%> <%= link_to_help 'locale-preferences' %></dt>
Expand Down

0 comments on commit 4367bd5

Please sign in to comment.