app/views/casino/two_factor_authenticators/new.html.erb in casino-1.1.0 vs app/views/casino/two_factor_authenticators/new.html.erb in casino-1.2.0

- old
+ new

@@ -22,10 +22,10 @@ <%= form_tag(two_factor_authenticators_path, method: :post, id: 'two_factor_authenticators-form') do %> <%= hidden_field_tag :id, @two_factor_authenticator.id %> <%= label_tag :code, t('two_factor_authenticators.code') %> <%= text_field_tag :otp, nil, maxlength: 6 %> <%= link_to t('two_factor_authenticators.cancel'), sessions_path, :class => 'secondary button' %> - <%= submit_tag t('two_factor_authenticators.submit') %> + <%= button_tag t('two_factor_authenticators.submit'), :class => 'button' %> <% end %> </div> </div> <%= render 'footer' %> </div>