diff --git a/.gitattributes b/.gitattributes index 8dc43234..b85172e7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,3 +7,4 @@ db/schema.rb linguist-generated vendor/* linguist-vendored config/credentials/*.yml.enc diff=rails_credentials config/credentials.yml.enc diff=rails_credentials +* text=auto eol=lf \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 8f02f953..5e1a6967 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -477,7 +477,7 @@ GEM stimulus-rails (1.3.4) railties (>= 6.0.0) stringio (3.1.5) - stripe (14.0.0) + stripe (15.0.0) tailwindcss-rails (4.2.1) railties (>= 7.0.0) tailwindcss-ruby (~> 4.0) diff --git a/app/views/onboardings/preferences.html.erb b/app/views/onboardings/preferences.html.erb index 87306ae3..c8a58b70 100644 --- a/app/views/onboardings/preferences.html.erb +++ b/app/views/onboardings/preferences.html.erb @@ -1,11 +1,11 @@
<%= t(".subtitle") %>
+<%= t(".subtitle") %>
<%= t(".preview") %>
+<%= t(".preview") %>
<%= styled_form_with model: @user, data: { turbo: false } do |form| %> <%= form.hidden_field :onboarded_at, value: Time.current %> diff --git a/app/views/onboardings/profile.html.erb b/app/views/onboardings/profile.html.erb index 82313e88..0e4078ac 100644 --- a/app/views/onboardings/profile.html.erb +++ b/app/views/onboardings/profile.html.erb @@ -1,9 +1,9 @@<%= t(".subtitle") %>
<%= t(".profile_image") %>
<%= render "settings/user_avatar_field", form: form, user: @user %><%= t(".accepted_formats") %>
+<%= t(".accepted_formats") %>
<%= form.label :profile_image, t(".choose"), class: "btn btn--outline inline-block" %>