Skip to content

Commit

Permalink
Replaced with double quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilien Bausson committed Oct 11, 2023
1 parent 64a076a commit 586d02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/bays/new.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%= render 'layouts/breadcrumb', breadcrumb_variables: {
t("breadcrumb.settings") => modeles_url,
t("breadcrumb.bays.index") => bays_path,
t("breadcrumb.bays.new") => ''}
t("breadcrumb.bays.new") => ""}
%>

<div class="page-header">
Expand Down

0 comments on commit 586d02a

Please sign in to comment.