Remove support for screen readers
This commit is contained in:
parent
914258ba64
commit
b7fe1d4f7e
1 changed files with 0 additions and 4 deletions
|
@ -19,9 +19,6 @@
|
||||||
<li class="nav-item <%= :active if country_states_controller? %>">
|
<li class="nav-item <%= :active if country_states_controller? %>">
|
||||||
<%= link_to country_states_path, class: 'nav-link' do %>
|
<%= link_to country_states_path, class: 'nav-link' do %>
|
||||||
<%= CountryState.model_name.human count: 0 %>
|
<%= CountryState.model_name.human count: 0 %>
|
||||||
<% if country_states_controller? %>
|
|
||||||
<span class="sr-only">(<%= translate :current %>)</span>
|
|
||||||
<% end %>
|
|
||||||
<% end %>
|
<% end %>
|
||||||
</li>
|
</li>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
@ -30,7 +27,6 @@
|
||||||
<li class="nav-item <%= :active if staff_controller? %>">
|
<li class="nav-item <%= :active if staff_controller? %>">
|
||||||
<%= link_to staff_root_path, class: 'nav-link' do %>
|
<%= link_to staff_root_path, class: 'nav-link' do %>
|
||||||
<%= translate :staff_services %>
|
<%= translate :staff_services %>
|
||||||
<span class="sr-only">(<%= translate :current %>)</span>
|
|
||||||
<% end %>
|
<% end %>
|
||||||
</li>
|
</li>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
Reference in a new issue