Skip to content

Commit

Permalink
Add new line
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslavrick committed Sep 28, 2023
1 parent 10c3dbd commit 1a85948
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .fasterer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ speedups:

exclude_paths:
- 'vendor/**/*.rb'
- 'db/schema.rb'
- 'db/schema.rb'
2 changes: 1 addition & 1 deletion app/views/cars/new.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
= f.text_area :description, class: "form-control"
%div
= f.submit t(".submit"), class: "btn btn-primary mt-2 mb-2"
= link_to t("cars.car.back_cars_list"), cars_path, class: "btn btn-secondary"
= link_to t("cars.car.back_cars_list"), cars_path, class: "btn btn-secondary"
2 changes: 1 addition & 1 deletion config/locales/pagy.ro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ ro:
plural: "Se afișează %{from}-%{to} din %{count} elemente."
zero: "Nu s-au găsit elemente."
last: "Se afișează %{from}-%{to} din %{count} elemente."
page: "Pagina %{page}"
page: "Pagina %{page}"
2 changes: 1 addition & 1 deletion config/locales/ro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ ro:
models:
car:
too_short: "%{count} caractere este minimul permis"
too_long: "%{count} caractere este maximul permis"
too_long: "%{count} caractere este maximul permis"

0 comments on commit 1a85948

Please sign in to comment.