mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
Remove useless spec
This commit is contained in:
parent
e0d3e14df4
commit
5e0eca22cf
2 changed files with 1 additions and 15 deletions
|
@ -1,5 +1,4 @@
|
|||
<% current_user_presenter = UserPresenter.new(user: current_registrar_user, view: self) %>
|
||||
<%= link_to current_user_presenter.login_with_role, registrar_profile_path, id: 'registrar-profile-btn',
|
||||
class: 'navbar-link' %>
|
||||
<%= link_to current_user_presenter.login_with_role, registrar_profile_path, class: 'navbar-link' %>
|
||||
<span class="text-muted">|</span>
|
||||
<%= link_to t('.sign_out'), destroy_registrar_user_session_path, method: :delete, class: 'navbar-link' %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue