mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 22:15:14 +00:00
Fix letter_opener_web_path
This commit is contained in:
parent
b513bb0542
commit
3bfaa354f2
2 changed files with 2 additions and 2 deletions
|
|
@ -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 %>
|
||||
|
|
|
|||
|
|
@ -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 %>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue