Fix letter_opener_web_path

This commit is contained in:
Max Wofford 2025-03-07 18:57:11 -05:00
parent b513bb0542
commit 3bfaa354f2
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@
</li>
<% end %>
<% dev_tool(nil, "li") do %>
<%= link_to letter_opener_path, class: "nav-item #{current_page?(letter_opener_path) ? 'active' : ''}" do %>
<%= link_to letter_opener_web_path, class: "nav-item #{current_page?(letter_opener_web_path) ? 'active' : ''}" do %>
Letter Opener
<% end %>
<% end %>

View file

@ -37,7 +37,7 @@
Check your email for a sign-in link!
</div>
<% dev_tool do %>
Because you're on localhost, <%= link_to "click here to view the email", letter_opener_path %>
Because you're on localhost, <%= link_to "click here to view the email", letter_opener_web_path %>
<% end %>
<% end %>