File tree Expand file tree Collapse file tree
app/views/alchemy/admin/users Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11source "https://rubygems.org"
22
3- alchemy_branch = ENV . fetch ( "ALCHEMY_BRANCH" , "8.2-stable" )
4- gem "alchemy_cms" , github : "AlchemyCMS/alchemy_cms" , branch : alchemy_branch
3+ # alchemy_branch = ENV.fetch("ALCHEMY_BRANCH", "8.2-stable")
4+ gem "alchemy_cms" , github : "AlchemyCMS/alchemy_cms" , branch : "locale-select-auto-submit-option"
55
66rails_version = ENV . fetch ( "RAILS_VERSION" , "8.0" )
77gem "rails" , "~> #{ rails_version } .0"
Original file line number Diff line number Diff line change 55<% if Alchemy::I18n.available_locales.many? %>
66 <div class ="input select ">
77 <%= f . label ( :language ) %>
8- <%= render Alchemy ::Admin ::LocaleSelect . new ( f . field_name ( :language ) ) %>
8+ <%= render Alchemy ::Admin ::LocaleSelect . new ( f . field_name ( :language ) , auto_submit : false ) %>
99 </ div >
1010<% end %>
1111<%= f . input :password , required : while_signup? , input_html : { autocomplete : "new-password" } %>
You can’t perform that action at this time.
0 commit comments