Remove "Sign up" and "Log in" from application bar when sessions or user controller are active
This commit is contained in:
parent
9649b192c0
commit
2b4096e566
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@
|
|||
<%= link_to t("layouts.logout"), logout_path(:referer => request.fullpath), :method => "post", :class => "geolink dropdown-item" %>
|
||||
</div>
|
||||
</div>
|
||||
<% else %>
|
||||
<% elsif (controller_name != "users" and controller_name != "sessions") || action_name != "new" %>
|
||||
<div class="d-inline-flex btn-group login-menu" role="">
|
||||
<%= link_to t("layouts.log_in"), login_path(:referer => request.fullpath), :class => "geolink btn btn-outline-secondary" %>
|
||||
<%= link_to t("layouts.sign_up"), user_new_path, :class => "btn btn-outline-secondary" %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue