Skip to content

Commit

Permalink
feat: added sign in and sign up links to kiqr-themes-base
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellberg committed Jun 7, 2024
1 parent d760cec commit db75ecd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@
<li><%= button_to "Sign out", destroy_user_session_path, method: :delete %></li>
<% else %>
<li><%= link_to "Home", root_path %></li>
<li><%= link_to "Sign in", new_user_session_path %></li>
<li><%= link_to "Sign up", new_user_registration_path %></li>
<% end %>
</ul>

0 comments on commit db75ecd

Please sign in to comment.