mirror of
https://github.com/internetee/registry.git
synced 2025-05-20 03:09:36 +02:00
parent
5932710295
commit
721e6c586f
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
||||||
<% current_user_presenter = UserPresenter.new(user: current_user, view: self) %>
|
<% current_user_presenter = UserPresenter.new(user: current_user, view: self) %>
|
||||||
<%= link_to current_user_presenter.login_with_role, registrar_profile_path, id: 'registrar-profile-btn' %>
|
<%= link_to current_user_presenter.login_with_role, registrar_profile_path, id: 'registrar-profile-btn',
|
||||||
|
class: 'navbar-link' %>
|
||||||
<span class="text-muted">|</span>
|
<span class="text-muted">|</span>
|
||||||
<%= link_to t('.sign_out'), registrar_destroy_user_session_path, method: :delete %>
|
<%= link_to t('.sign_out'), registrar_destroy_user_session_path, method: :delete, class: 'navbar-link' %>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue