Skip to content

Commit

Permalink
Remove login button
Browse files Browse the repository at this point in the history
  • Loading branch information
mininao committed May 9, 2023
1 parent 24b4161 commit dabc278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/_navbar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<%= link_to "Déconnexion", destroy_partner_session_path, method: :delete, class: "dropdown-item" %>
</div>
</li>
<% else %>
<% elsif !ENV["STATIC_SITE_GEN"] %>
<li class="<%= class_names("nav-item", "dropdown", active: current_page?(new_user_session_path) || current_page?(new_partner_session_path)) %>">
<%= link_to "", class: "nav-link dropdown-toggle btn btn-primary font-weight-bold#{@page_pro ? " text-white" : ""}", id: "dropdown11", "aria-expanded": "false", "aria-haspopup": "true", "data-toggle": "dropdown" do %>
Se connecter
Expand Down

0 comments on commit dabc278

Please sign in to comment.