forked from fixin.me/fixin.me
Test "sign in"
This commit is contained in:
@@ -16,10 +16,9 @@
|
||||
<%= image_link_to t(:sign_out), "logout", destroy_user_session_path,
|
||||
data: { turbo_method: :delete } %>
|
||||
<% else %>
|
||||
<%= image_link_to t(:sign_in), "login", new_user_session_path,
|
||||
class: class_names(active: current_page?(new_user_session_path)) %>
|
||||
<%= image_link_to t(:sign_in), "login", new_user_session_path, hide: true %>
|
||||
<%= image_link_to t(:register), "account-plus-outline", new_user_registration_path,
|
||||
class: class_names(active: current_page?(new_user_registration_path)) %>
|
||||
hide: true %>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user