app/views/password_resets/new.html.erb in tkh_authentication-0.0.12 vs app/views/password_resets/new.html.erb in tkh_authentication-0.1

- old
+ new

@@ -1,8 +1,10 @@ <%= form_tag password_resets_path, :method => :post do %> <div class="field"> <%= label_tag :email %> <%= text_field_tag :email, params[:email] %> </div> - <div class="actions"><%= submit_tag t('authentication.reset_your_password') %></div> + <div class="actions"><%= submit_tag t('authentication.reset_your_password'), class: 'btn btn-primary' %></div> <% end %> +<%# partial in tkh_menus gem or has to be added in host app %> +<%= render './shared/menus' %>